Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
/ Lekaro Public archive

A modern UI for displaying Dark Sky weather forecasts.

License

Notifications You must be signed in to change notification settings

yishn/Lekaro

Repository files navigation

Lekaro

A modern UI for displaying Dark Sky weather forecasts. Try it out here.

Screenshot

Building

Building requires Node.js and npm. First, clone this repository and install all the dependencies:

$ git clone https://github.com/yishn/Lekaro
$ cd Lekaro
$ npm install

To use Lekaro, you need to sign up for a free Dark Sky API key. Open config.demo.js, replace the value of darkSkyApiKey with your API key, adjust the port if necessary, and save it under config.js.

For development, use the following command to create a bundle automatically while you edit files:

$ npm run watch

For production, use the following command instead:

$ npm run build

To start the server, run:

$ npm start

Now, open localhost:13442 in a modern browser (replace 13442 if you changed the port in config.js).