Awesome
Linkcast
A chrome extension to share links!
Linkcast is a chrome extension which organises your links and facilitates sharing. It allows you to create groups (public/private) and post relevant links in relevant groups. Other users can collaborate by joining those groups depending on the type of the group and the permission.
How is it different from bookmarks ?
Bookmarks doesnt allow you to collaborate and neither does it allow you to express. With Linkcast you get all the features of bookmarks and also can comment on links. You receive notifications on new links, comments, likes, etc.
Base
Linkcast is minimal in size has been developed using Hyperapp which is a ~1kb library.
ToDo's
Linkcast is reaching a state of stability. There needs to be more refinement and better personalised experience.
Install
Clone the project
git clone git@github.com:ajaxtown/linkcast.git
Step inside the directory
cd linkcast
Install all packages/dependencies
npm install
Run
npm run dev
Navigate to chrome://extensions/
Click Load Unpacked Extensions
and add the dev
directory
Test Users
Username | Password | |
---|---|---|
Captain | linkcast | captain@linkcast.com |
Nevermore | linkcast | nevermore@linkcast.com |
ScarFace | linkcast | scarface@linkcast.com |
Troll | linkcast | troll@linkcast.com |
FunnyFace | linkcast | funnyface@linkcast.com |
Thriller | linkcast | thriller@linkcast.com |
MaskOfMadness | linkcast | maskofmadness@linkcast.com |
GodOfDevil | linkcast | godofdevil@linkcast.com |
Screenshots
Notification
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/notification.jpg" width="600">Feed
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/feed.jpg" width="600">Groups
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/groups.jpg" width="600">Manage Groups (Admin)
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/manage.jpg" width="600">Profile
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/profile.jpg" width="600">Your Links
<img src="https://raw.githubusercontent.com/ajaxtown/linkcast/master/screenshots/sent.jpg" width="600">Contribute
If you have any ideas or would like to contribute, feel free to send PR's or create issues or ask for feature requests.