Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/local-church
Scrape & show local churches in the United States
https://github.com/drwpow/local-church
Last synced: 9 days ago
JSON representation
Scrape & show local churches in the United States
- Host: GitHub
- URL: https://github.com/drwpow/local-church
- Owner: drwpow
- Created: 2017-03-10T00:09:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T00:10:27.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T00:36:14.354Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Church
In-progress Node.js project for scraping & showing churches in the United States.
## Setup
Open `.env.example` and populate keys accordingly. Save as `.env`.
Run `yarn`.
This project uses [ESLint](http://eslint.org). Most editors can take
advantage of this with plugins to show errors inline.## Running
There are currently 2 NPM Scripts:
- `scrape`
- `test`## TODO
- [ ] This repo uses a data dump from
https://apps.irs.gov/app/eos/forwardToPub78Download.do as its database. Figure
out a good system for user setup.
- [ ] Get Google Places API assisting data
- [ ] Display data on front-end