Skip to content

Simple vanilla js weather widget using Dark Sky API

Notifications You must be signed in to change notification settings

quertc/weather-widget

Repository files navigation

Simple weather widget

Screenshot

Description

The application uses the Dark Sky API and Gulp to compile SASS into CSS with the addition of vendor prefixes. As well as ESLint for analyzing the code for errors.

Installing

Download or clone the repository and run:

npm i
npm start

After that, the application will be available at localhost:3000. Don't forget to specify the Dark Sky API secret key in app/js/index.js on line 3:

const apiKey = ''; // Enter the Dark Sky API secret key here

About

Simple vanilla js weather widget using Dark Sky API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published