Skip to content

divyamprusty/dotco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotco

A URL shortener using Airtable and Vercel. An CLI for the same can be found at https://github.com/kavin25/airtable-url-cli

Setup

  1. Clone the repository and install dependencies.
git clone https://github.com/dotangad/dotco
cd dotco
npm i
  1. Setup an Airtable document like this - airtable

  2. Get your Airtable credentials here.

  3. Fill out the env file

cp .env.example .env
vim .env
  1. Deploy to vercel
vercel .

About

A URL Shortener using Airtable and Vercel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.0%
  • HTML 42.8%
  • Shell 2.2%