An open API service indexing awesome lists of open source software.

https://github.com/marcperez/foursquare-demo

Explore cool nearby places
https://github.com/marcperez/foursquare-demo

foursquare-api react

Last synced: 7 months ago
JSON representation

Explore cool nearby places

Awesome Lists containing this project

README

          

# foursquare-demo [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Explore cool nearby places

## Live Demo

You can see this application running in the [demo page](https://marcperez.github.io/foursquare-demo/)

## How to use

```
npm start
```

## Build

```
npm run build
```

This will create a new build in the `dist/` folder ready for deployment.

## Tests

We use Jest as a testing platform. Run `npm test` to execute the test suite.

## TODO

- Write more tests
- Use Redux as a state container
- Add Map functionality