An open API service indexing awesome lists of open source software.

https://github.com/rybla/url-notes

An automated system for collecting, analyzing, and publishing a feed of interesting URLs.
https://github.com/rybla/url-notes

Last synced: 9 months ago
JSON representation

An automated system for collecting, analyzing, and publishing a feed of interesting URLs.

Awesome Lists containing this project

README

          

# url-notes

This application has two parts:

- A collection of scripts to collect and analyze online content
- The code related to this is grouped in `src/analysis`
- A static web app for conveniently viewing the results of the analysis
- The code related to this is grouped in `src/app`

## Technology Stack

- [bun](https://bun.sh) as a runtime environment and package manager
- [Next.js](https://nextjs.org) as a framework for building the web app