Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navaneeth-21/weather_api

A simple weather api that gives the weather report about based on given city name.
https://github.com/navaneeth-21/weather_api

Last synced: about 1 month ago
JSON representation

A simple weather api that gives the weather report about based on given city name.

Awesome Lists containing this project

README

        

# Weather_API
- A simple weather api which displays the weather report based on the provided place.
- This Application uses Express.js and mongoDB.
- openweatherapi is used for accessing the data.
- It can also displays the recent searches.

## Technologies used
- Express.js
- mongoDB

## Getting started

### Prerequisites
- Install Node and all required dependencies
- Connect your application with the mongoDB database

## Installation
- Clone the repository.
- Install all required dependencies.
- Replace URI with your mongoDB connection string
- start the server

npm start
- open the browser and navigate to http://localhost:3000