GithubHelp home page GithubHelp logo

coding-to-music / weatherapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 192 KB

This project bootstrapped with Next.js Framework. There is public Rest API https://www.metaweather.com/api/

Home Page: https://weather-app-meta-weather.vercel.app/

JavaScript 69.40% CSS 30.60%

weatherapp's Introduction

Weather-app

https://weather-app-meta-weather.vercel.app/

https://weather-app-meta-weather.herokuapp.com/

https://github.com/coding-to-music/WeatherApp

Excellent Original version by: https://github.com/besartm7/WeatherApp

Their version viewable at: weatherapp-besartm.vercel.app

This project bootstrapped with Next.js Framework. There is public Rest API https://www.metaweather.com/api/ which I'm using to query and get data.

Refresh node packages

  • Delete package-lock.json file.
  • Delete node_modules.
  • Run npm update
  • Run npm install
npx browserslist@latest --update-db
rm package-lock.json
rm -rf node_modules/
npm update
npm audit fix --force
npm install
npm outdated | awk 'NR>1 {print $1"@"$4}' | xargs npm install
npm run dev

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3800 with your browser to see the result.

Build project:

npm run build

Run build project:

npm run start

View: WeatherApp

Installation on Vercel

npm i -g vercel

to create a new project

vercel init svelte film-api-svelte-mongodb

now that this project is created, you can deploy it to Vercel

vercel

Environment variables:

vercel env add

Then the variable Then the value Then the environment(s)

weatherapp's People

Contributors

coding-to-music avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.