Example URL shortening app built using Node.js and Express. Uses the bit.ly bitlinks API.
892
git clone [email protected]:nlmedina/node-url-shortener.git
cd node-url-shortener
cp .env.sample .env
npm install
npm start
docker pull nlmedina/node-url-shortener:latest
docker run -d -p <host port>:3000 -e BITLY_ACCESS_TOKEN=<bit.ly access token> nlmedina/node-url-shortener:latest
Content type
Image
Digest
Size
53.6 MB
Last updated
over 6 years ago
docker pull nlmedina/node-url-shortener