Weather dashboard https://natronics.org/weather/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Nathan Bergey 5a78a9da99 Turn real weather data back on 5 anos atrás
src Turn real weather data back on 5 anos atrás
.gitignore Ignore dist diretory entierly 5 anos atrás
README.markdown webpack: Use HtmlWebpackPlugin 5 anos atrás
deploy.sh Deploy script 5 anos atrás
package.json webpack: Use HtmlWebpackPlugin 5 anos atrás
webpack.config.js Add meta tags 5 anos atrás

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