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

https://github.com/slaveofcode/rebrandly-export-csv

Simple project to backup / export your rebrandly links data into csv file
https://github.com/slaveofcode/rebrandly-export-csv

Last synced: 8 months ago
JSON representation

Simple project to backup / export your rebrandly links data into csv file

Awesome Lists containing this project

README

          

# Rebrandly Exporter CSV

This is a simple project to export your rebrandly links through API provided by rebrandly.

You will need an `API Key` to use this. then simply put on `.env` file. There is a sample `.env.example` to guide you what to do.

This project only created in about 30 minutes to support my job, so don't expect rich features. You are free to modify or develop this project.

## How to Run

After you create `.env` file, then run `npm i` to install dependencies and run `node index.js` to start the process. The result will be on `results` folder.