A website that will access future weather forecasts to help you plan your trip accordingly, using Node.js.
This project expects some environment variables to be provided in the .env file in project root directory:
- DARK_SKY_KEY
- GEO_USER
- PIXABAY_KEY
Keys can be obtained from: Dark Sky API, GeoNames API & Pixabay API.
-
Clone this repo
-
cd
into your local cloned repo and type:npm install
-
Create a new .env file and add environment variables:
- DARK_SKY_KEY
- GEO_USERNAME
- PIXABAY_KEY
-
Run:
npm run start
-
Run
npm build-prod
How to Use Local Storage by Tania Rascia