/profiles

Grantmakers.io Profiles - Summary profiles for all US-based foundations who have filed electronic IRS Form 990-PF

Primary LanguageSCSSMIT LicenseMIT

Grantmakers.io Profiles

See also Grantmakers.io main repo

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

Assumes Ruby, Node, and npm are installed. Then...

  • From project root: gem install jekyll bundler
  • Create an ein folder under _data
  • Install the stream-json npm package
    • npm install stream-json
  • Parse through the aggregated.json file (this will populate the ein directory with json files)
    • cd _data
    • Rename aggregated.json.example to aggregated.json
    • node split-aggregated
  • From project root:
    • Install Vue / Webpack dependencies: npm install
    • Start the server: npm run dev
  • Site should be accessible here: http://localhost:4000/profiles/

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.