Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisaha1/linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
https://github.com/abhisaha1/linkcast
chrome chrome-extension chrome-plugin groups hyperapp linkcast links music notifications share social-network website
Last synced: 17 days ago
JSON representation
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
- Host: GitHub
- URL: https://github.com/abhisaha1/linkcast
- Owner: abhisaha1
- Created: 2016-02-29T07:40:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T10:54:30.000Z (about 7 years ago)
- Last Synced: 2024-05-19T02:03:05.076Z (8 months ago)
- Topics: chrome, chrome-extension, chrome-plugin, groups, hyperapp, linkcast, links, music, notifications, share, social-network, website
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/chrome-extension-linkcast/amaekfehpldjnkblldhakfiilflijkcl
- Size: 13.7 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- hyperawesome - Linkcast - A chrome extensions built with Hyperapp to share links in groups and socialize with offline capability. (Other V1)
README
# 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](https://github.com/hyperapp/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 [email protected]: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 | Email |
| ------------- | --------- | --------------------------|
| Captain | linkcast | [email protected] |
| Nevermore | linkcast | [email protected] |
| ScarFace | linkcast | [email protected] |
| Troll | linkcast | [email protected] |
| FunnyFace | linkcast | [email protected] |
| Thriller | linkcast | [email protected] |
| MaskOfMadness | linkcast | [email protected]|
| GodOfDevil | linkcast | [email protected] |## Screenshots
#### Notification#### Feed
#### Groups
#### Manage Groups (Admin)
#### Profile
#### Your Links
## 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.## Thanks
##### `@fleshsword Todd Cantley` - For designs
##### `@farokojil Farok` - for ideas and filing bugs
##### `@bi6o Bitar` - for ideas and filing bugs and PR's