Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 3
44 results tagged nodejs  ✕   ✕
cfu288/mere-medical https://github.com/cfu288/mere-medical
Sat 31 Dec 2022 03:49:56 PM PST archive.org

A self-hosted web app to aggregate and sync all of your medical records from your patient portals in one place. Offline-first with multiple device sync supported.

Split into an API backend and a webapp frontend. Includes a helpful nginx.conf file for proxying it.

This is the only project I've ever seen that uses PouchDB. This application is designed for offline first operation, so it only makes sense that the database would reside in your web browser preferentially.

nodejs.webshit, unfortunately.

webapps nodejs medical records personal api pwa exocortex
kickscondor/fraidycat https://github.com/kickscondor/fraidycat
Fri 09 Dec 2022 04:17:51 PM PST archive.org

Fraidycat is an app for Linux, Windows or Mac OS X which can be accessed from a local browser or a Tor onion site - and is a tool that can be used to follow folks on a variety of platforms. But rather than showing you a traditional 'inbox' or 'feed' view of all the incoming posts - Fraidycat braces itself against this unbridled firehose! - you are shown an overview of who is active and a brief summary of their activity.

Fraidycat attempts to dissolve the barriers between networks - each with their own seeming 'network effects' - and forms a personal network for you, a personal surveillance network, if you will, of the people you want to monitor. (It's as if the Web itself is now your network - imagine that.)

There are no fancy algorithms behind Fraidycat - everything is organized by recency. (Although, you can sort follows into tags and priority - "do I want to track this person in real-time? Is this a band that I am only interested in checking in on once a year?") For once, the point isn't for the tool to discern your intent from your behavior; the point is for you to wield the tool, as if you are a rather capable kind of human being.

webapps selfhosted socialmedia blogs reader feeds nodejs
fasiha/yamanote https://github.com/fasiha/yamanote
Sat 19 Nov 2022 02:51:11 PM PST archive.org

Yamanote is a bookmarklet-based bookmarking web app. It’s a web application so you need to run it on a computer, or get a friend to run it for you. When you decide you want to bookmark a page on the web, you click on a Yamanote bookmarklet in your browser’s bookmarks bar (works great on desktop, and in Safari on iOS) to tell the Yamanote server about it. Any text you’ve selected will be added as a “comment” to the bookmark by Yamanote. This is fun because as you read, you can select interesting snippets and keep clicking the bookmarklet to build a personalized list of excerpts. You can add additional commentary to the bookmark in Yamanote, either by editing one of the excerpts made from the bookmarklet or an entirely new comment with its own timestamp. Also, the first time you bookmark a URL, your browser will snapshot the entire webpage and send it to the Yamanote server as an archive (in technical terms, it’ll serialize the DOM). This is great for (1) paywalled content you had to log in to read, (2) Twitter, which makes it hard for things like Pinboard to archive, etc. The server will download any images—and optionally videos—in your bookmarked sites. You can browse Yamanote’s snapshot of the URL (it might look weird because we block custom JavaScript in the mirror and lots of sites these days look weird with just HTML and CSS—shocking I know). Nobody except you can see your bookmarks, comments, or archives.

nodejs sqlite archival webapps exocortex annotation
nocodb/nocodb https://github.com/nocodb/nocodb
Thu 26 May 2022 07:19:19 PM PDT archive.org

Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a rich spreadsheet with REST APIs. There are even workflows that can be automated. Multiple possible views, mobile apps, drag-and-drop page designer.

Maybe use for inventory management?

Run.md looks like a useful installation document.

database spreadsheet exocortex typescript nodejs rest api
Guppe Groups https://a.gup.pe
Mon 25 Apr 2022 01:39:31 PM PDT archive.org

Guppe brings social groups to the fediverse — making it easy to connect and meet new people based on shared interests without the manipulation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media. Guppe groups look like regular users you can interact with using your existing account on any ActivityPub service, but they automatically share anything you send them with all of their followers.

This page even has a list of groups to get you started!

Github: https://github.com/wmurphyrd/guppe

fediverse groups activitypub users socialnetworks nodejs
Notea https://cinwell.com/notea/
Sun 09 May 2021 06:27:22 PM PDT archive.org

Notea is a privacy-first, open-source note-taking application. It supports Markdown syntax, sharing, responsive and more. Notea is self-hosted, so your data is safe in your hands. In a few steps, it can be deployed to Vercel or Netlify, or even your own server via docker. Notea does not require a database. Notes are stored in AWS S3 bucket or compatible APIs. This means you can use MinIO (self-hosted), Aliyun OSS (like AWS S3) or NAS to store your data. You can publish your content to the web. With beautiful typography and new upcoming features, you can share your docs, wikis, blogs and newsletters with others using Notea.

Github: https://github.com/QingWei-Li/notea

exocortex notes s3 javascript nodejs
Lowdefy https://lowdefy.com/
Thu 15 Apr 2021 02:12:03 PM PDT archive.org

An open-source low-code framework to build web apps, admin panels, BI dashboards, workflows, and CRUD apps with ease. Build UIs with YAML that is easy to read and write. Dynamic UIs with simple state management. Mobile friendly and responsive layouts out of the box.

Github: https://github.com/lowdefy/lowdefy

exocortex nodejs dashboard webapps data yaml
xabber-web https://github.com/redsolution/xabber-web
Thu 14 Jan 2021 12:51:03 PM PST archive.org

Xabber for Web is an open-source XMPP client built to provide first-class chat experience in any modern browser. It looks and works great and is meant to provide seamless convergence with other versions of Xabber for different platforms.

Looks like more node.js webshit. Strongly resembles Discord's UI. An account's Xabber settings are synched from the server.

xmpp client nodejs webapps
GitHub - Wellenline/waveline-server https://github.com/Wellenline/waveline-server
Tue 05 Jan 2021 07:53:20 PM PST archive.org

Simple self-hosted music streaming server. Supports multiple databases for storing metadata, including SQLite, MySQL, Postgres, and CockroachDB. Pimps Docker but you can install it manually. Unfortunately it uses node.js webshit. At least it has a REST API.

nodejs audio selfhosted streaming rest api
GitHub - actionsflow/actionsflow https://github.com/actionsflow/actionsflow
Fri 02 Oct 2020 02:44:50 PM PDT archive.org

The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. Connect your favorite apps, data, and APIs, receive notifications of actions as they occur, sync files, collect data, and more. YAML file to build workflows.

Unfortunately, it's written with node.js.

I wonder if other Git hosting services that have similar actions-like functionality could be used..

nodejs automation exocortex
GitHub - KB1RD/mxapps https://github.com/KB1RD/mxapps
Fri 28 Aug 2020 09:00:16 AM PDT archive.org

A multi-account Matrix client that allows you to authorize webapps to access parts of your account, designed with collaboration in mind.

webapps matrix client chat keys nodejs
hmerritt/music-library-player: Self-hosted music player https://github.com/hmerritt/music-library-player
Sun 26 Jul 2020 03:22:38 PM PDT archive.org

Pretends to be Spotify for your music collection. Read the Dockerfile to figure out how to install it manually. node.js, unfortunately.

music webapps nodejs player library mp3
GitHub - chartbrew/chartbrew: Open-source web platform for creating charts out of different data sources (databases and APIs) https://github.com/chartbrew/chartbrew
Fri 10 Jul 2020 01:24:03 PM PDT archive.org

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create beautiful charts. It features a chart builder, editable dashboards, embedable charts, query & requests editor, and team capabilities. Can pull data from MySQL, Postgres, MongoDB, and any API that returns JSON documents. Interactive graph and chart builder.

Written in node.js. Requires MySQL on the back-end.

If you use the service (https://chartbrew.com/) there's a free tier.

nodejs graphs charts databases visualization analysis exocortex
GitHub - jehervy/node-virtual-gamepads: Node virtual gamepads https://github.com/jehervy/node-virtual-gamepads
Tue 05 May 2020 12:40:08 PM PDT archive.org

A webapp that loads a virtual gamepad onto a mobile device's display. By interacting with the gamepad via the touchscreen, you play the game. Load the URL into a browser and go to town.

Supports up to four players.

nodejs webapps controller gaming mobile
HospitalRun - Open source software for developing world hospitals https://hospitalrun.io/
Thu 26 Mar 2020 03:30:51 PM PDT archive.org

HospitalRun is one of the most popular offline-first electronic health records and hospital information system. HospitalRun's goal is a higher choice to its proprietary counterparts.

The software can be deployed in a variety of healthcare environments. Thanks to its technical feature that allows use even without connectivity, it is also suitable for clinics located in the most rural areas of the planet. With inspiring volunteers and contributors dedicated to leading HR's status as a free, open-source software solution for medical practices with a commitment to openness, kindness and cooperation.

Github project: https://github.com/HospitalRun/

Looks like it's all Javascript all the time.

Doesn't seem to have any actual installation instructions, they tell you to join yet another chat network for help. Yay.

medicine hospitals webapps management information nodejs
sissbruecker/linkding: Self-hosted bookmark service https://github.com/sissbruecker/linkding
Tue 31 Dec 2019 04:47:53 PM PST archive.org

linkding is a simple bookmark service that you can host yourself. It supports managing bookmarks, categorizing them with tags and has a search function. It provides a bookmarklet for quickly adding new bookmarks while browsing the web. It also supports import / export of bookmarks in the Netscape HTML format. Docker optimized but I think it could be run manually.

Needs node.js to compile the JS crap.

Uses SQLite as its back-end. Plus, it's based upon Django so it probably has its own ideas about default databases (and REST APIs).

python bookmarks webapps exocortex nodejs database api
The Lounge https://thelounge.chat/
Sat 21 Dec 2019 04:50:42 PM PST archive.org

A modern web-based IRC client and bouncer - always connected for you. File transfers made easy, push notifications. Responsive web design. Can be set up as a public client, or a private service for a few friends. There's even a pre-built Debian/Ubuntu .deb package to make installation easier.

https://github.com/thelounge/thelounge

irc client webapps nodejs chat
silverwind/droppy: Self-hosted file storage https://github.com/silverwind/droppy
Sat 21 Dec 2019 04:48:58 PM PST archive.org

droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. It is particularly well-suited to be run on low-end hardware like the Raspberry Pi. Responsive and realtime - use your browser. node.js unfortunately.

files storage webapps html5 nodejs
GitHub - probot/background-check: A GitHub App built with probot that peforms a "background check" to identify users who have been toxic in the past, and shares their toxic activity in the maintainer’s repo. https://github.com/probot/background-check
Sun 06 Oct 2019 06:01:51 PM PDT archive.org

A bot implemented as a Github App which analyzes the interactions a user has had elsewhere on Github and uses sentiment analysis to figure out how toxic the user is likely to be in their interactions with your project.

Uses the Probot framework.

github app bot sentiment nlp nodejs
GitHub - t9tio/cloudquery: Turn any website to API by several clicks (serverless and support SPA!) https://github.com/t9tio/cloudquery
Mon 08 Jul 2019 02:12:09 PM PDT archive.org

Visual CSS selector. Claims that you can turn any website into an API. Enter a URL, pick the parts of the page you care about, and it generates a custom query that gives you JSON with the things you want.

exocortex nodejs generator online api websites css selector json
page 1 / 3
4589 links, including 328 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn