An open API service indexing awesome lists of open source software.

https://github.com/hugodf/airtable-scripts

Scripts to interact with codewithhugo.com's Airtable instances.
https://github.com/hugodf/airtable-scripts

Last synced: 10 months ago
JSON representation

Scripts to interact with codewithhugo.com's Airtable instances.

Awesome Lists containing this project

README

          

# Airtable Scripts

Scripts to interact with codewithhugo.com's Airtable instances.

Currently contains:

- add reading time to table with content scheduled for the newsletter
- add markdown embed to "quotes"

## Requirements

- Node 12
- Yarn 1.x or npm

## Setup

1. Clone the repository
2. Run `yarn` or `npm install` installs all required dependencies.

## npm scripts

> Equivalent `npm run ` should also work

- `yarn fmt` will run prettier.

## LICENSE

Code is licensed under the [MIT License](./LICENSE).