Skip to content

nikhilnkataria/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API Application

Weather API application is build on below mentioned modules

  • NodeJs
  • ExpressJs
  • Express validator for validating APIs
  • Swagger for API Documentation
  • Open Weather APIs for weather data

Features to Integrate

  • Test Cases

Installation

Requires [Node.js] to run.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/nikhilnkataria/weather-api.git
$ cd weather-api
$ npm i
$ DEBUG=weather-api.* npm start

Above command might not work if you do not have globally install nodemon module. In that case run below command

$ DEBUG=weather-api.* npm run dev

By default it will open on http://localhost:3002. For swagger documentation go to below mentioned url

http://localhost:3002/api-docs

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published