Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sungwoncho/meteor-icon
a simple icon for Meteor packages
https://github.com/sungwoncho/meteor-icon
Last synced: about 2 months ago
JSON representation
a simple icon for Meteor packages
- Host: GitHub
- URL: https://github.com/sungwoncho/meteor-icon
- Owner: sungwoncho
- License: mit
- Created: 2015-10-10T04:11:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T04:35:55.000Z (almost 9 years ago)
- Last Synced: 2024-11-01T18:51:49.361Z (2 months ago)
- Language: JavaScript
- Homepage: http://icon.meteor.com/
- Size: 111 KB
- Stars: 16
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor Icon
A simple Atmosphere badge to display the information about your package anywhere.
Winner of [2015 Meteor Global Distributed Hackathon]
(http://info.meteor.com/blog/meteor-global-distributed-hackathon-winners) for
the Best Submission Using Less Than 100 Lines of JavaScript.## How to use
1. Go to [icon.meteor.com](http://icon.meteor.com/) and type in your package name.
2. Grab the markdown code and embed into GitHub or anywhere you want!```md
[![Meteor Icon](http://icon.meteor.com/package/tomi:upload-jquery)]
(https://atmospherejs.com/tomi/upload-jquery)
```## Why?
Meteor Icon builds better package ecosystem for Meteor by making it quicker
and easier to communicate package information.Inspired by [nodei.co](https://nodei.co/), Meteor Icon cleanly displays
information including the install command, latest version, last published date,
popularity measures.## Options
* Default
[![Meteor Icon](http://icon.meteor.com/package/tomi:upload-jquery#)]
(https://atmospherejs.com/tomi/upload-jquery)*http://icon.meteor.com/package/tomi:upload-jquery*
* Graph and scores
Draw on graph and scores by appending passing a query parameter graph with true
[![Meteor Icon](http://icon.meteor.com/package/tomi:upload-jquery?graph=true)]
(https://atmospherejs.com/tomi/upload-jquery)*http://icon.meteor.com/package/tomi:upload-jquery?graph=true*
## Video Demo
[![Demo](http://img.youtube.com/vi/NQm33Wg1HHg/0.jpg)]
(https://www.youtube.com/watch?v=NQm33Wg1HHg "Demo")## Collaborators
From [Meteor Sydney](http://www.meetup.com/Meteor-Sydney/):
* [sungwoncho](https://github.com/sungwoncho/)
* [tomitrescak](https://github.com/tomitrescak)
* [woody1990](https://github.com/woody1990)## Roadmap
- [x] Caching by comparing timestamp
- [x] Support for MDG packages## Contributing
Feel free to open an issue with a feature request or a bug.
## License
MIT