Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolgarev/meteor-google-url-shortener
The Google URL Shortener API allows you to shorten URLs just as you would on goo.gl.
https://github.com/dolgarev/meteor-google-url-shortener
meteor meteorjs
Last synced: 19 days ago
JSON representation
The Google URL Shortener API allows you to shorten URLs just as you would on goo.gl.
- Host: GitHub
- URL: https://github.com/dolgarev/meteor-google-url-shortener
- Owner: dolgarev
- License: mit
- Created: 2015-09-28T08:50:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T19:55:21.000Z (over 9 years ago)
- Last Synced: 2024-11-14T22:31:28.916Z (3 months ago)
- Topics: meteor, meteorjs
- Language: CoffeeScript
- Homepage: https://atmospherejs.com/liberation/google-url-shortener
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Google shorten a long URL
The Google URL Shortener API allows you to shorten URLs just as you would on goo.gl. Based on asveloper:shortner package.
You can send API key for Google URL Shortener API through global variable GOOGLE_URL_SHORTENER_API_KEY (server side) or Meteor.settings.google_url_shortener_api_key.
For more details you can visit: https://developers.google.com/url-shortener/v1/getting_started
Contributors
Arslan Nasir