All Projects → grantmakers → grantmakers.github.io

grantmakers / grantmakers.github.io

Licence: MIT license
Grantmakers.io is a free, open source project built to help nonprofits utilize the incredible IRS electronic 990-PF dataset.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to grantmakers.github.io

hackernews-button
Privacy-preserving Firefox extension linking to Hacker News discussion; built with Bloom filters and WebAssembly
Stars: ✭ 73 (+78.05%)
Mutual labels:  algolia-search
training-center.github.io
Site do Centro de Treinamento
Stars: ✭ 104 (+153.66%)
Mutual labels:  nonprofit
Declaration
Minecraft 公益服务器宣言 / The declaration of nonprofit Minecraft servers.
Stars: ✭ 13 (-68.29%)
Mutual labels:  nonprofit
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+21770.73%)
Mutual labels:  algolia-search
tenants
JustFix.nyc is a tool to document, organize, and take action in getting repairs made on your apartment.
Stars: ✭ 15 (-63.41%)
Mutual labels:  nonprofit
www
Execute Big 2.0, with a minimalistic vision and a clearer focus.
Stars: ✭ 21 (-48.78%)
Mutual labels:  nonprofit
pfhub
The CHiMaD Phase Field Community Website
Stars: ✭ 25 (-39.02%)
Mutual labels:  jekyll-website
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+0%)
Mutual labels:  nonprofit
ProjectLockdown
Project Lockdown (an initiative from The IO Foundation) is a civic tech, interactive platform providing an overview of the state of Human and Digital Rights around the globe. It evaluates policies obtained from official sources that may impact their observance. It provides, among other tools, a layered map interface that allows for a visual repr…
Stars: ✭ 34 (-17.07%)
Mutual labels:  nonprofit
life-after-hate
An intuitive resource map to aid nonprofit Life After Hate staff in finding resources for individuals attempting to disengage from hate groups.
Stars: ✭ 12 (-70.73%)
Mutual labels:  nonprofit
TeacherFund next
A website to fund teachers discretionary spending because the government sucks at it
Stars: ✭ 85 (+107.32%)
Mutual labels:  nonprofit
donate-button
A free donate and p2p fundraising button so nonprofit websites can accept cryptocurrency, stocks, and cash - credit, debit, bank, PayPal, Venmo, Apple Pay, Google Pay.
Stars: ✭ 24 (-41.46%)
Mutual labels:  nonprofit
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (-53.66%)
Mutual labels:  nonprofit
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+17.07%)
Mutual labels:  algolia-search
liberapay.org
Home of the non-profit organization that runs liberapay.com
Stars: ✭ 52 (+26.83%)
Mutual labels:  nonprofit
use-algolia
Dead-simple React hook to make Algolia search queries. Supports pagination out of the box.
Stars: ✭ 29 (-29.27%)
Mutual labels:  algolia-search
o-fish-web
Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Stars: ✭ 29 (-29.27%)
Mutual labels:  nonprofit
Oppia
A free, online learning platform to make quality education accessible for all.
Stars: ✭ 4,361 (+10536.59%)
Mutual labels:  nonprofit
betterplace apidocs
API Documentation for the betterplace platform
Stars: ✭ 20 (-51.22%)
Mutual labels:  nonprofit
o-fish-realm
Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.
Stars: ✭ 23 (-43.9%)
Mutual labels:  nonprofit

Grantmakers.io - A Community Project

The Grantmakers.io project is spread across two repos:

  1. Foundation Search (this repo)
  2. Foundation Profiles

Goal

Demonstrate how open source technologies + hosted microservices can be leveraged to minimize the cost of hosting and sharing philanthropic data.

Grantmakers.io was built at zero cost and has zero ongoing costs.

Search

The search functionality is fully hosted by Algolia. See /assets/js/search-profiles.js.

Data

All data is pulled directly from machine-readable IRS Form 990PF. These files are hosted publicly by Amazon Web Services and controlled by the IRS.

To build your own database of tax filings direct from the AWS source dataset, I've open sourced the Node + MongoDB scripts used to build Grantmakers.io. If you prefer other platforms (e.g. Python), check out the Nonprofit Open Data Collective or a quick search on Github should yield a few results.

Researchers

If you're struggling with the AWS filings, get in touch. I have MongoDB-friendly BSON files I'm happy to share with the academic, research, and journalism communities. Unzipped, these files are ~10GB in size and contain the AWS index data, filing data, and normalized data. Of course, you'll need to be a little familiar with MongoDB to use the files (see below).

Setting up MongoDB using BSON files

First, set up your MongoDB instance. You have two options:

  1. Install MongoDB on your local machine. MacOS instructions here.
  2. Use a hosted cloud service. Check out MongoDB Atlas (students and faculty might be eligible for free credits).

Next, import the BSON file using the mongorestore command:
mongorestore --gzip --db=yourdbname path/to/BSON/files/

Feature Requests

If you have a question, feature request, find a bug, or just want to say hi, please open an issue on GitHub.

Roadmap

Grantmakers.io is developed in the open and uses Github Issues at its core. To view the prioritized list across all repos, simply download the Zenhub browser extension.

Tools

Cross-browser compatibility provided by BrowserStack
browserstack

Credits

License

Copyright 2016 Chad Kruse

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].