Weather dashboard https://natronics.org/weather/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Nathan Bergey 5a78a9da99 Turn real weather data back on 5年前
src Turn real weather data back on 5年前
.gitignore Ignore dist diretory entierly 5年前
README.markdown webpack: Use HtmlWebpackPlugin 5年前
deploy.sh Deploy script 5年前
package.json webpack: Use HtmlWebpackPlugin 5年前
webpack.config.js Add meta tags 5年前

README.markdown

Weather Dashboard

Install

Install all the dependencies for the project with

$ npm install

Build

Then run

$ npm run build

to create all site code in dist. To deploy serve the dist directory.

Hack

Dev mode:

$ npx webpack