Embark on an exciting journey of building a Weather App with the Nodejs framework Chalk and Dedent for styling the terminal.
Here're some of the project's best features:
- Getting Weather
- Saving the token
- Saving the City
- Getting help information
1. Install packages
npm install & yarn install
Here're some of the project's
1. Running project
node index.js
2. Saving the token
node index.js -t [TOKEN]
3. Saving the City
node index.js -s [CITY]
4. Getting help
node index.js -h
5. Getting weather with city
CITY=[CITY NAME] node index.js -h
6. Adding Token only one time
TOKEN=[TOKEN] node index.js -h
Technology used in the project:
- NodeJs
- Chalk
- Dedent