Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 705 Bytes

van_api

‼️ This is not officially maintained or supported by EveryAction or NGP VAN. View the official reference at https://everyaction.readme.io/. ‼️

Notebooks and various things to make calls to the EA/NGP VAN API. Assumes a basic installation of python 3.x, jupyter, and pip, and github configuration. Contact me if you'd like help with setup.

To install & start the mwe notebook

git clone git@github.com:WillRaphaelson/van_api.git
cd van_api
pip install -r requirements.txt
jupyter notebook van_api_mwe.ipynb

To run the code in a notebook

Select and edit the API key variable to make it real. Select the "cells" and press shift+return to execute individual cells.