Undocontrol / Vue-js-Foursquare-API-integration

Using Foursquare API to create an application to search for venues :eyes::city_sunrise::hotel::sunrise_over_mountains:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Summary and intro

I chose Vue.js as my front end framework because it's intuitive and quick to get up and running. I've split the application into basic components, created an API utility file (which in future, would be useful for an application that makes a lot of API calls). The "Home" page makes a hard coded call to Foursquare for now, with just the users search being added dynamically.

About

Using Foursquare API to create an application to search for venues :eyes::city_sunrise::hotel::sunrise_over_mountains:


Languages

Language:Vue 75.4%Language:JavaScript 14.7%Language:HTML 9.9%