Skip to content

This is tutorial application for studying svelte. You can get weather information through this application.

License

Notifications You must be signed in to change notification settings

tomoharu-fujita/svelte-weather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Weather App

Running example

Prerequisites

Get API key from OpenWeatherMap.

Environment

$ node -v
12.13.1

To run

$ npm install
$ API_KEY=<YOUR_API_KEY> npm run dev

Access to http://localhost:5000 using a browser.

About

This is tutorial application for studying svelte. You can get weather information through this application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • JavaScript 33.7%
  • CSS 12.4%