Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nacmartin/tuco
Webapp in node.js to create and manage collections of images
https://github.com/nacmartin/tuco
Last synced: 25 days ago
JSON representation
Webapp in node.js to create and manage collections of images
- Host: GitHub
- URL: https://github.com/nacmartin/tuco
- Owner: nacmartin
- Created: 2011-03-03T13:43:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-15T22:01:16.000Z (almost 14 years ago)
- Last Synced: 2024-10-30T02:43:42.419Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Description
===========Tuco is a simple application to store images found on the web in collections.
It is written in [node.js](http://nodejs.org/) using the [express framework](http://expressjs.com/).
It uses also:
* [redis](http://redis.io) as database.
* [jade](https://github.com/visionmedia/jade) as template engine.
* [less](http://lesscss.org/) to extend traditional css.
* [node-imagemagick](https://github.com/rsms/node-imagemagick) to create thumbnails.
* [forever](https://github.com/indexzero/forever) to keep the server running even if it crashes somewhere.You can get them via `npm`.
It includes a Firefox plugin to add an option in the contextual window opened clicking the right mouse button on an image. The plugin tries to access Tuco in the address http://localhost:3000 . You may want to change this.
It is more a pet project to learn node and redis than a complete and polished application. Users have not been implemented, but it is still useful for my personal use ;)
Running it
==========After getting all the dependences (don't forget that you need a redis server!), you should be able to run `bash launcher.sh tuco.js` tu use `forever` or simply `node tuco.js`.