Skip to content

OMARVII/weather-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App Backend

Restful API for Weather application, that provides user with the weather condition of a given location (city or coordinates).

You'll need to check the .config.env.example file, and put the required connection strings and api keys before you continue.

Getting Started

# Clone the repo
$ git clone https://github.com/OMARVII/weather-app-backend.git

$ cd weather-app-backend

$ npm install
$ npm start

Unit Testing

$ npm test

Deployed API Call Example

Get https://weather-app-task-api.herokuapp.com/api/weather?city=Cairo

Get https://weather-app-task-api.herokuapp.com/api/weather?lat=31.003&long=32.107

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published