siamkreative / motorcycleparts

A simple app that gets records from Airtable using Netlify functions

Home Page:https://motorcycleparts.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This experiment was built with node.js, express, Parcel, Spectre, the fetch API and ES6 template literals. The data comes from this Airtable.

Getting started

First you need to create an .env file which will contain the following the Airtable info:

AT_API_KEY=XXXXX
AT_BASE=XXXXX
AT_TABLE=XXXXX

Then simply run the following:

yarn install && yarn run start:dev

The application will be available at http:/localhost:3001

About

A simple app that gets records from Airtable using Netlify functions

https://motorcycleparts.netlify.app/


Languages

Language:HTML 43.0%Language:JavaScript 39.3%Language:CSS 17.7%