Weather SPA Using PHP and VueJS (using metaweather.com API)
- 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).
- Clone this repo :
git clone git@github.com:rsm23/vuejs-metaweather-api.git
. cd vuejs-metaweather-api && yarn install
ornpm install
.- Run
yarn run dev
or (yarn run production
if you want to deploy the app). - Open the app :
http://your-domain.test/app/folder
.
This app is licensed under the MIT License.