Skip to content

Minimal Rest API built with Flask and airtable-python-wrapper for deployment on Heroku.

Notifications You must be signed in to change notification settings

NGimbal/airtable-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airtable-rest

Minimal Rest API built with Flask and airtable-python-wrapper for deployment on Heroku.

To authenticate add config variable 'AIR_KEY' = 'your airtable api key' thru your Heroku dashboard.

Clone the repository, navigate to it and run:

python3 -m venv venv/
source venv/bin/activate

pipenv install

Create a .env file and add AIR_KEY=YOUR AIRTABLE KEY to the .env file. Next run:

heroku local

Built on top of

airtable-python-wrapper

About

Minimal Rest API built with Flask and airtable-python-wrapper for deployment on Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages