An online web application that shows current weather of a location, with the option of toggling between Celsius and Fahrenheit scales.
Check it out here
APIs used -
- Clone the repository.
- Relocate to the directory containing the cloned repository.
- Install the necessary NPM packages as specified in
package.json
- Create accounts on MapBox and Weatherstack to obtain your own API keys.
- Save these API keys in a
.env
file in the same directory as the cloned repo. - Run
node src/app.js
on the terminal. - Open your browser and punch
localhost:3000
in the search bar. - Enjoy using the app!