Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/na399/hackathon-egat
⚡️ WATT: Weather-Assisted Travel Tailor for Startup Hackathon 2019 hosted by EGAT
https://github.com/na399/hackathon-egat
hackathon nuxt travel vue weather
Last synced: 1 day ago
JSON representation
⚡️ WATT: Weather-Assisted Travel Tailor for Startup Hackathon 2019 hosted by EGAT
- Host: GitHub
- URL: https://github.com/na399/hackathon-egat
- Owner: na399
- Created: 2019-07-25T09:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:44:08.000Z (about 2 years ago)
- Last Synced: 2023-08-06T00:42:02.002Z (over 1 year ago)
- Topics: hackathon, nuxt, travel, vue, weather
- Language: Vue
- Homepage: https://watt.maxnadul.com
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackathon-EGAT
> [Startup Hackathon 2019 hosted by Electricity Generating Authority of Thailand (EGAT)](https://startuphackathon.wi.th)
## WATT ⚡️
**Weather-Assisted Travel Tailor**
Weather 🌦 x Travel 🧳 x EGAT ⚡️![Banner](static/img/hero-banner.png)
We combine weather forecast with travel attractions to make tourists happy regardless of weather conditions.
Tourists no longer need to spend their whole days getting stuck in hotels while it rains outside. Why not suggest them to explore indoor activities, especially those provided by the local.### Tools used
Vue, Nuxt, Tailwind, Dark Sky, Zeit Now, Netlify
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).