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

https://github.com/tomoima525/4sqcrawler

A tool to fetch data from foursquare into csv file
https://github.com/tomoima525/4sqcrawler

foursquare foursquare-api tools typescript

Last synced: 6 months ago
JSON representation

A tool to fetch data from foursquare into csv file

Awesome Lists containing this project

README

          

A tool to fetch data from foursquare into csv file

### Install

```
yarn install
```

setup .env file

```
touch .env
vi .env

// .env
CLIENT_ID=xxx // foursquare client id
CLIENT_KEY=xxx // foursquare client key
```

setup result dir

```
mkdir result
```

### Usage

```
yarn start --citiesFile inputs/cities.json --categoriesFile inputs/categories.json
```

output will be result_{number}_{cityname}.csv