Skip to content

A weather microservice app using Openweather API, created with NodeJs, Express.js, TailwindCSS, Handlebars.

Notifications You must be signed in to change notification settings

DioChuks/weatherapp-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weatherapp-microservice

A weather microservice app using Openweather API, created with NodeJs, Express.js, TailwindCSS, Handlebars.

  1. Go to https://openweathermap.org/ and sign up for an account
  2. Get an API Key, its free but limited usage, there are also premium access for better usage.
  3. Go to the docs if you want to reference more; https://openweathermap.org/api
  4. Run npm i or npm install
  5. Create a .env file in root directory of project (same level as package json)
  6. Add your api key like this: OPENWEATHER_API_KEY=yourapikeyhere
  7. run nodemon index.js OR node index.js
  8. open browser on localhost port 5000 or preferred port
  9. Enjoy!

About

A weather microservice app using Openweather API, created with NodeJs, Express.js, TailwindCSS, Handlebars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published