Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.