Shows 20 restaurants with best ratings from Wroclaw. The application bases on the rating from Zomato. To run the app, request your own key on Zomato
npm install
Make a file named '.env.local'. Create a global variable VUE_APP_API_KEY
and initialize it with your own key.
npm run serve
npm run build
npm run lint