Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifandani/weather-finder
weather app using express
https://github.com/rifandani/weather-finder
expressjs nodejs weather-api weather-app weather-forecast
Last synced: 11 days ago
JSON representation
weather app using express
- Host: GitHub
- URL: https://github.com/rifandani/weather-finder
- Owner: rifandani
- License: mit
- Created: 2020-05-02T08:22:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:00:58.000Z (about 2 years ago)
- Last Synced: 2024-11-20T20:56:46.213Z (2 months ago)
- Topics: expressjs, nodejs, weather-api, weather-app, weather-forecast
- Language: CSS
- Size: 637 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpressJS Weather Finder
> Membangun Simple Weather App berbasis NodeJS framework ExpressJS dengan template engine hbs dan penyedia weather API openweathermap.org
## Demo
Demo aplikasi dapat diakses dengan link berikut: [Weather Finder](https://agile-island-52063.herokuapp.com/)
## Prerequisites
- Download dan Install NodeJS
- Download dan Install NPM## Installation
```
# clone repository
$ git clone https://github.com/rifandani/weather-finder.git# masuk ke app's directory project ini
$ cd my-project# install app's dependencies
$ npm install
```## Usage
```
# jalankan aplikasi mode development dengan package nodemon
$ npm run dev
```Lalu, buka localhost dengan browser anda.