In Matan's World you can search for movies and series and get information about them.
In addition, you can also watch weather forecast in your area.
Deployed to Firebase Hosting: https://matan-movies-webapp.firebaseapp.com
Technologies I used:
- Vue.js
- Tailwind CSS (Includes responsiveness for different screen sizes)
- Firebase Hosting
- Third-party API's (OMDB API, GeoIP API, Openweather API)
Provides information about movies and series.
Provides information about user's location through his IP address.
Provides information about Weather by City
To run the project locally, please run:
# clone repo
cd $YOUR_LOCAL_PATH
git clone https://github.com/matany90/Movies-By-Weather.git
# install dependencies
cd ./Movies-By-Weather
npm install
# run local server
npm run serve