Skip to content

Commit

Permalink
fixing typos in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevwords committed Dec 30, 2016
1 parent 54bd001 commit 7d53c6a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -12,13 +12,14 @@ Fetches and parses data from:
- http://www.house.gov/
- http://maps.googleapis.com/maps/api/geocode/json

And uses [geolib](https://www.npmjs.com/package/geolib) to determine if a given latitude or longitude resides in a State or Congressional District's [geoJSON](http://geojson.org/) boundaries.
And uses [geolib](https://www.npmjs.com/package/geolib) to determine if a given latitude or longitude resides in a state
or district's [geoJSON](http://geojson.org/) boundaries.

None of these require API tokens but [getDistricts](#get-a-list-of-all-us-congressional-districts) fetches from
the [Github Contents API](https://developer.github.com/v3/repos/contents/), which [rate-limits unauthenticated requests](https://developer.github.com/v3/rate_limit/) to 60 per hour from a given IP.

## Requirements
Requires NodeJS version 4.3.2 or greater.

None of these endpoints require API tokens but [getDistricts](#get-a-list-of-all-us-congressional-districts) fetches from the github API, which [rate-limits unauthenticated requests](https://developer.github.com/v3/rate_limit/) to 60 per hour from a given IP.
Requires NodeJS version 4 or greater.

## Installation
```
Expand Down

0 comments on commit 7d53c6a

Please sign in to comment.