azz0r / foursquare-react-popular-locations

Query foursquares API for buildings near by. Built using React, Redux, Webpack, (Karma, Mocha, Chai & Enzyme)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“• Index

๐Ÿ–ฅ Installing

npm cache clean;
npm install
npm run start;

๐Ÿš€ Launching

  • Development stack npm run start
  • Build production stack npm run build:production

๐Ÿ’ช Testing

Powered by Mocha, Chai, Enzyme, Sinon.

  • Run unit tests npm run test:unit
  • Run unit tests with watch, any changes result in a re-run npm run test:unit:watch

Tests are written by creating .spec files: src/components/4Q/__tests__/

About

Query foursquares API for buildings near by. Built using React, Redux, Webpack, (Karma, Mocha, Chai & Enzyme)


Languages

Language:JavaScript 99.6%Language:CSS 0.2%Language:HTML 0.1%Language:AppleScript 0.1%