Included is a .env that will need the credentials below.
OPENWEATHER_API=OPEN WEATHER API KEY GOES HERE
GOOGLE_API=GOOGLE API KEY GOES HEREThis was a project I took upon to learn Express and test my knowledge in SQL after taking online courses. Also included in this is my testing in frontend style development using Boostrap to beautify my database and the weather results.
- run
npm install - create the database by using
node database_creation.js - run
node app.js