pokello
v0.1.1
Published
A simple wrapper for the Reddit API.
Downloads
3
Maintainers
Readme
A dead simple Reddit api for all of your bot and data collection needs!
Development Map
┌─roadmap──────────────────────────────────────────────────────────────────────────────────────────────┐
│┌────────────────────────────┐ ┌────────────────────────────┐ ┌────────────────────────────┐│
││0.0.x │ │0.x.0 │ │x.0.0 ││
││[×] setup repo │ │[×] clean/document in wiki │ │[ ] cont. integration setup ││
││[×] setup wiki │ │[×] total project refactor │ │[ ] shrink dependencies ││
││[×] initial code commits │ │[×] start web app develop. │ │[ ] optimize codebase ││
││[×] fix/tidy codebase │─────▶│[×] initial web app release │─────▶│[ ] ? ││
││[×] v0.0.1 NPM release │ │[×] v0.1.0 NPM release │ │[ ] ? ││
││[×] v0.0.x fixes/features │ │[×] v0.1.0 fixes/features │ │[ ] ? ││
│├────────────────────────────┤ ├────────────────────────────┤ ├────────────────────────────┤│
││ IN DEVELOPMENT │ │ PLANNED │ │ PLANNED ││
│└────────────────────────────┘ └────────────────────────────┘ └────────────────────────────┘│
└──────────────────────────────────────────────────────────────────────────────────────────────────────┘
Quick Start
coming soon
For more examples and usage, please refer to the Wiki.
Development setup
coming soon
Release History
- 0.1.1
- CHANGE: Updated README.
- CHANGE: Updated version code to actually match current version.
- ADD: Template for eslint.
- 0.1.0
- Initial release.
- 0.0.1
- Work in progress, closed alpha.
Meta
website (wstuckey.com) | twitter (@w_stuckey) | github (@wstuckey)
Distributed under the GPL-3.0 license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/wstuckey/pokello/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request