Skip to content
/ stash Public

API for automatically stashing links from external resources (only Slack for now)

Notifications You must be signed in to change notification settings

BachirC/stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Deps Status

Overview

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

Installation

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.

ToDo

  • Implement Slack client
  • Lexical analysis for tagging
  • Sorting (by tags, origin...)

Learn more

About

API for automatically stashing links from external resources (only Slack for now)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published