*removed due to Heroku hosting limitations on no. of projects.
Hello Japan, is a one-stop dashboard to start your day smoothly!
I'm sure you've had those mornings where you're bombarded with a chaos of data 🌪 The information we want delivered to us, from news and weather to daily memes, is scattered across different apps! So we find ourselves opening and closing multiple apps just to get that little piece of information...
Now, wouldn't it be nice 🎶 if we could just open up one dashboard that displayed all the information we needed? Yeah, we thought so too! And that's why we created this app, so you can surf the waves smoothly and simply 🌱
By the way, it looks just as beautiful on mobile! So check it out on your phone too! 👍
1. Begin by installing the dependencies we used!
yarn install
2. Get your API key 🔑 from Rakuten Rapid API and Google Maps
3. Create a .env
file and store your API keys there:
VUE_APP_GAPIKEY=[Your Google API Key goes here!]
VUE_APP_RAPIKEY=[Your Rakuten Rapid API Key goes here!]
4. Now that you're all set, run the server and enjoy! 🎉
yarn serve