Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavinvalli/ndotco
A URL Shortener using Notion and Vercel - Notion Alternative to https://github.com/someshkar/dotco
https://github.com/kavinvalli/ndotco
notion url-shortener vercel
Last synced: 16 days ago
JSON representation
A URL Shortener using Notion and Vercel - Notion Alternative to https://github.com/someshkar/dotco
- Host: GitHub
- URL: https://github.com/kavinvalli/ndotco
- Owner: kavinvalli
- Created: 2021-09-18T05:48:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T15:54:38.000Z (over 3 years ago)
- Last Synced: 2024-12-06T17:49:35.517Z (19 days ago)
- Topics: notion, url-shortener, vercel
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ndotco - Notion Alternative for [dotco](https://github.com/someshkar/dotco) made by [@someshkar](https://github.com/someshkar)
A URL shortener using Notion and Vercel
## Setup
1. Clone the repository and install dependencies.
```sh
git clone https://github.com/kavin25/ndotco
cd ndotco
npm i
```2. Setup a notion database with two columns - `Slug` (replace the Name Column
with this) and `Target` which would be a URL Type3. Get your Notion Credentials [here](https://www.notion.so/my-integrations)
4. Replace `.env` variables
```sh
cp .env.example .env
```> Note: In production (Vercel), you'll have to enter the env variables manually
5. Deploy to Vercel