Skip to content

Weather SPA (Single Page Application) Using VueJS and PHP

License

Notifications You must be signed in to change notification settings

rsm23/vuejs-metaweather-api

Repository files navigation

Weather Gitesoft

Weather SPA Using PHP and VueJS (using metaweather.com API)

Features

  • Really easy to install and implement
  • Using Laravel Mix for bundling because of its easy implementation, configuration and easy to remember api.
  • This app has three main section :
    • Home page : Displays a list of 6 chosen cities weather of today.
    • /weather/{woeid} : Displays the weather forecast for a specific city (Where On Earth ID, Docs).
    • /search/{keyword} : Displays the weather of today for the desired city keyword (if it exists).

Installation:

  1. Clone this repo : git clone git@github.com:rsm23/vuejs-metaweather-api.git.
  2. cd vuejs-metaweather-api && yarn install or npm install.
  3. Run yarn run dev or (yarn run production if you want to deploy the app).
  4. Open the app : http://your-domain.test/app/folder.

License

This app is licensed under the MIT License.

About

Weather SPA (Single Page Application) Using VueJS and PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published