Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codyogden/burrito
Your Trello card assignments wrapped up in a nice, warm shell.
https://github.com/codyogden/burrito
javascript react trello
Last synced: 3 months ago
JSON representation
Your Trello card assignments wrapped up in a nice, warm shell.
- Host: GitHub
- URL: https://github.com/codyogden/burrito
- Owner: codyogden
- License: mit
- Archived: true
- Created: 2017-11-22T06:10:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T20:04:07.000Z (about 5 years ago)
- Last Synced: 2024-04-12T15:00:11.873Z (7 months ago)
- Topics: javascript, react, trello
- Language: JavaScript
- Homepage: https://burrito.work
- Size: 1.35 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burrito
All your assigned Trello cards wrapped up in a warm shell.## How to Use It
1. Go to https://burrito.work and click 'Login with Trello'.
2. After logging in, you'll see all the cards assigned to you.
3. Click the card to open it in a new window.
4. Profit?## Features
- Minimal Design
- Auto RefreshThat's all the features for now.
## Contributing to Burrito
Burrito uses the [yarn](https://yarnpkg.com/) package manager. Clone the repo to your machine and run `yarn` to install all dependencies.Some developer tools and scripts are already available inside the repo that help with code formatting, code linting, and building.
- `yarn run build`
This will build a uncompressed version of the app to get it running locally.
- `yarn dev`
Boots up [webpack-dev-server](https://github.com/webpack/webpack-dev-server) with live reloading.
- `yarn run lint`
[eslint](https://eslint.org/) will check for errors and issues. Following Airbnb's code style guidelines.
- `yarn run format`
[prettier](https://github.com/prettier/prettier) will format and write the codebase uniformly.
- `yarn run build:production`
Builds a production-ready, optimized and minimized version of app. **Run this before submitting your pull request.**## Infrequently Asked Questions
### Why did you call it "Burrito"?
Trello's mascot is "Taco from Trello." I prefer to eat my Mexican swaddled up burrito style. idk. It's 4 AM.