All Projects → dangerousbeans → secret-islands

dangerousbeans / secret-islands

Licence: other
A virtual land scuttlebutt client

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to secret-islands

Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (+135.29%)
Mutual labels:  community, decentralized
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
Stars: ✭ 3,500 (+20488.24%)
Mutual labels:  decentralized, scuttlebutt
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+1997017.65%)
Mutual labels:  d3, community
Spotweb
Decentralized community
Stars: ✭ 341 (+1905.88%)
Mutual labels:  community, decentralized
Goupaz.com
Community driven open source accelerator
Stars: ✭ 163 (+858.82%)
Mutual labels:  community, decentralized
Freecodecamp.cn
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Stars: ✭ 36,576 (+215052.94%)
Mutual labels:  d3, community
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+2470.59%)
Mutual labels:  community, decentralized
fangpenlin-avataaars-generator-angular
Angular implementation of @fangpenlin's avataaars-generator
Stars: ✭ 20 (+17.65%)
Mutual labels:  community
mytosis
🔀 A peer-to-peer data sync framework
Stars: ✭ 19 (+11.76%)
Mutual labels:  decentralized
comdev-site
Website sources for the Apache Community Development Website
Stars: ✭ 70 (+311.76%)
Mutual labels:  community
visited-countries
🌎 Countries I Have visited
Stars: ✭ 25 (+47.06%)
Mutual labels:  d3
felt-mockup
retired mockup 💚 customizable community tools that feel good
Stars: ✭ 47 (+176.47%)
Mutual labels:  community
sphere
DIYbiosphere is an open-source project to collect Do-it-Yourself Biology (DIYbio) initiatives from all over the world
Stars: ✭ 70 (+311.76%)
Mutual labels:  community
core-api
Streamr Core backend
Stars: ✭ 52 (+205.88%)
Mutual labels:  decentralized
zfnd
The Zcash Foundation Website
Stars: ✭ 13 (-23.53%)
Mutual labels:  community
ticktack-network
ticktack.im
Stars: ✭ 35 (+105.88%)
Mutual labels:  decentralized
medellinjs
MedellinJS
Stars: ✭ 61 (+258.82%)
Mutual labels:  community
buoy
🆘 A community-based crisis response system. Because friends don't let friends call the cops. 🔥🚓🔥
Stars: ✭ 68 (+300%)
Mutual labels:  community
react-d3-integration
An example on how to integrate D3 into React
Stars: ✭ 14 (-17.65%)
Mutual labels:  d3
svg-time-series
SVG time-series charting library
Stars: ✭ 18 (+5.88%)
Mutual labels:  d3

Secret Islands

preview FOSSA Status

Setup

npm install

You need to add your ssb keys to localStorage under 'keys' or it will generate new ones

Inside main.js change to match the output from ssb-server ws.getAddress

Vue.use(ssbclient, { keys: localStorage.keys, remote: "ws://localhost:8989~shs:TXKFQehlyoSn8UJAIVP/k2BjFINC591MlBC2e2d24mA=" })

Run the ssb-server configuration or open Patchwork or Patchbay

node ssb-server.js

run for development with hot reload

npm run serve

Compiles and minifies for production

npm run build

Deploys to ghpages

npm run ghpages

TODO

  • render map
  • geo post
  • geo filter posts
  • public onboarding pub
  • warn about using non-local, encourage local sbot or electron version
  • clingy pub: follow back connection attempts
  • inital follow (follow the clingy pub to get started)
  • activity map
  • SSB City place to put existing non-geocoded activity

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].