Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/navaneeth-21/weather_api
- Owner: Navaneeth-21
- Created: 2024-04-07T06:59:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:13:40.000Z (9 months ago)
- Last Synced: 2024-08-06T17:21:09.295Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 servernpm start
- open the browser and navigate to http://localhost:3000