Stash provides a simple API for stashing links shared in other apps (e.g. : Slack channel) and make them easily available by tagging them to allow easy sorting.
NB : For now, only Slack client is supported.
With Stash you can :
- Import already shared links in bulk
- Watch a channel for any new link and store it automatically
To start your Phoenix app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install Node.js dependencies with
npm install
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
- Implement Slack client
- Lexical analysis for tagging
- Sorting (by tags, origin...)
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix