Skip to content

An awesome mini web application built with Node.js and Express for you to readily search for current weather condition of a place.

Notifications You must be signed in to change notification settings

smallpaes/weather-search

Repository files navigation

Weather Search ☀️

An awesome mini web application built with Node.js and Express for you to readily search for current weather condition of a place.

Project First Look

Application Screen Shot in GIF

Features

Functions Detail URL
Find instructions to use User can find the instructions to use the app /
Search for weather condition User can search for the current weather condition of a place /search

Installation

The following instructions will get you a copy of the project and all the setting needed to run it on your local machine.

Prerequisites

Clone

Clone this repository to your local machine

$ git clone https://github.com/smallpaes/weather-search.git

Setup

  1. Create an account at https://darksky.net/dev

  2. Create a new project at https://www.mapbox.com/

  3. Enter the project folder

$ cd restaurant-list-v3
  1. Install npm packages
$ npm install
  1. Create .env file
$ touch .env
  1. Store API Key in .env file and save
DARKSKY_KEY=<YOUR_DARKSKY_API_KEY>
MAPBOX_KEY=<YOUR_MAPBOX_API_KEY>
  1. Activate the server
$ node app.js
  1. Find the message for successful activation
> Express is listening on http://localhost:3000

You may visit the application on browser with the URL: http://localhost:3000

Authors

Mike Huang

About

An awesome mini web application built with Node.js and Express for you to readily search for current weather condition of a place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published