Skip to content

YaxinCheng/WAtherSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAtherSM

WebAssembly weather app

Demo

Click here

Weather API

This demo is based on OpenWeather

Compile

  • request api key from OpenWeather
  • put the api key as a file named .apikey at the same level of the Cargo.toml
  • clone this repo
    • git clone https://github.com/YaxinCheng/WAtherSM
  • install rust
  • compile with stable version of rust
    • wasm-pack build --target web --out-name weather_wasm --out-dir ./static
    • or simply call ./build.sh
  • serve with any http server software

Technology

Resources

All animations and icons are from internet. I will take them down if it infringes your copyright.

All resources can be found on gh-pages branch

About

WASM based weather front end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages