Skip to content

The app fetches URLs from a particular user's bitly account through bitly API with authenticated access token

Notifications You must be signed in to change notification settings

kgashok/Bitly-Crawler-App-using-JavaScript

 
 

Repository files navigation

Bitly Crawler App using JavaScript


Read - http://bit.ly/fetchAPIJavaScript

A web application built using JavaScript to fetch the URLs from the specific user's Bitly account.


Inspired by "Elm for Bitly" - App built using 'Elm script', and recreated with 'JavaScript' version


Current version of this app:

The app gets the input choice from the user and performs 'AJAX request' to respective server and fetches the URLs from it.

After the URLs are been fetched, the required URLs ( needle ) can be searched and filtered from the list of displayed URLs ( hay )


Reason:

  • To make use of an API and understand how the APIs can be used to get information from different resources.
  • To understand how 'Bitly API' can be used to fetch various information from the particular user's Bitly account.

Upcoming version of this app:

  • To implement the Bitly Crawler App using 'promise'

\ ゜o゜)ノ

About

The app fetches URLs from a particular user's bitly account through bitly API with authenticated access token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • CSS 20.3%
  • HTML 19.2%