Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upplication/banana
Banana time! is a repository of funny banana images, each day at noon... a new banana arrives! haha
https://github.com/upplication/banana
Last synced: about 8 hours ago
JSON representation
Banana time! is a repository of funny banana images, each day at noon... a new banana arrives! haha
- Host: GitHub
- URL: https://github.com/upplication/banana
- Owner: Upplication
- Created: 2013-12-12T11:56:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T21:47:30.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:08:41.371Z (7 months ago)
- Language: JavaScript
- Homepage: upplication.github.io/banana
- Size: 14.3 MB
- Stars: 2
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
banana
======banana time!!!!
latest banana
-------
http://upplication.github.io/bananainstallation from this repo
------------Clone this repo and install the dependencies:
* [nodejs](http://nodejs.org/)
* [bower](http://bower.io/)
* [karma](http://karma-runner.github.io/)
* [grunt-cli](http://gruntjs.com/getting-started)
* [Compass Core](http://compass-style.org/install/)
* Install node dependencies -- `npm install`
* Install project dependencies -- `bower install`scripts
-----------
`grunt server`:
Starts development environment:
* Watch changes in coffee, sass, jade -> compile
* live reload browser`grunt`:
Builds the project
* Unifies js & css`grunt banana`:
Builds the project and uploads it to gh-pagesconfig
---------### Bananas config
`bananas/config.json`:
Configuration of available bananas
* version: {String} version of the file
* config: {Object}
* bananas {Array}
* day: {number} day of the banana
* author: {String} name of the author of the banana
* index: {String} name of the html, located under the folder 'bananas' and subfolder '{DAY}' where DAY is the previous parameter
* tags: {Array of String} (optional) tags of the bananaEx.:
{
"version": "0.0.1",
"bananas": [
{
"day": 20131211,
"author": "borja",
"index": "banana.html",
"tags":[
"tag1"
]
},{
"day": 20131207,
"author": "raul",
"index": "banana.html",
"tags":[
"tag2 tag3"
]
}
]
}[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Upplication/banana/trend.png)](https://bitdeli.com/free "Bitdeli Badge")