Skip to content

A simple Javascript app to create short link using Rebrandly API

Notifications You must be signed in to change notification settings

nrpieper/Rebrandly-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rebrandly API Request

This code uses Javascript to make AJAX api request.

The API request is written in both traditional Javascript AJAX ES4 and new async/await functionality developed in ES6(promises) and ES8 respectively.

Promises are a new type of JavaScript object that represent data that will eventually be returned from a request.

How to use the code:

  • Add the API key from Rebrand.ly website to main.js file inside public and it should work like a magic :)
  • Remove one of the shortenUrl AJAX functions

About

A simple Javascript app to create short link using Rebrandly API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • CSS 31.2%
  • HTML 17.2%