Skip to content

nephring/weatherin-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherin-clock

This application displays the current weather and time based on the given city, country and timezone.

Wide screen

wide gif

Responsive screen

responsive gif

Setup

To use this project, you need to get your own API_KEY from https://openweathermap.org/ and declare it in .env file.

API_KEY=yourkeyhere

Installation

Probably you need Windows-Build-Tools.

install this package first with npm

npm install --global windows-build-tools

now you can install the project

npm install

then run the application

npm run dev

The application will be automatically navigated to http://localhost:1234.

Tests

Tests have been written using Jest && Enzyme.

  • Jest - JavaScript testing framework
  • Enzyme - JavaScript testing utility

Running tests

npm run test
npm run test:watch

Prettier & ESlint

You can format your code with Prettier and ESLint.

npm run format
npm run lint

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published