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 / 4
63 results tagged json  ✕   ✕
How to implement a basic ActivityPub server https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
Mon 20 Jun 2022 02:09:15 PM PDT archive.org

With a little file creation trickery, it's really quite easy to build an ActivityPub server.

howto protocols activitypub server json archived
Marketstack https://marketstack.com/
Fri 20 May 2022 04:19:09 PM PDT archive.org

Free, easy-to-use REST API interface delivering worldwide stock market data. Obtain real-time stock data for any ticker down to the minute, request intraday quotes or search 30+ years of accurate historical market data. Easily integrate the API and make use of 170,000+ worldwide stock tickers, collected from 70 global exchanges, including Nasdaq, NYSE, and more

Free tier: 100 requests / month

Market index figures are unavailable at the free tier.

finance data rest api exocortex moneybags json
NASDAQ Data Link https://data.nasdaq.com/
Fri 06 May 2022 12:35:59 PM PDT archive.org

Set up a free account, get access to NASDAQ data through their APIs.

stocks investments data free rest api xml json csv exocortex ironmonger moneybags markets
hardfemmegarage/dump1090-fa-tools https://github.com/hardfemmegarage/dump1090-fa-tools
Tue 01 Mar 2022 04:14:29 PM PST archive.org

Scripts and stuff for manipulating the json files generated by FlightAware's version of dump1090. Mostly command line and ncurses.

python cli json adsb mapping analysis interactive
jless — a command-line JSON viewer https://pauljuliusmartinez.github.io
Sun 13 Feb 2022 02:07:13 PM PST archive.org

JLess is a command-line JSON viewer designed for reading, exploring, and searching through JSON data. JLess will pretty print your JSON and apply syntax highlighting. Use it when exploring external APIs, or debugging request payloads. Expand and collapse Objects and Arrays to grasp the high- and low-level structure of a JSON document. JLess has a large suite of vim-inspired commands that make exploring data a breeze. JLess supports full text regular-expression based search. Quickly find the data you're looking for in long String values, or jump between values for the same Object key.

Vi-like keybindings.

Github: https://github.com/PaulJuliusMartinez/jless/

cli json tools rust linux osx data analysis
Covid Act Now Data API https://www.covidactnow.org/data-api
Fri 04 Feb 2022 02:13:11 PM PST archive.org

The Covid Act Now API provides access to comprehensive COVID data — both current and historical. The data is available for all US states, counties, and metros and is aggregated from a number of official sources, quality assured, and updated daily. It is available in JSON and CSV formats.

covid data rest api json csv
coroner/cryptolyzer https://gitlab.com/coroner/cryptolyzer
Wed 02 Feb 2022 02:32:55 PM PST archive.org

CryptoLyzer is a fast and flexible server cryptographic settings analyzer library for Python with an easy-to-use command line interface with both human- and machine-readable output. It works with multiple cryptographic protocols (SSL/TLS, opportunistic TLS, SSH) and analyzes
additional security mechanisms (web security related HTTP response header fields, JA3 tag).

python encryption markdown json tls https ssh settings analysis infosec sysadmin
Stork https://stork-search.net
Thu 30 Dec 2021 09:45:46 PM PST archive.org

Stork is a library for creating beautiful, fast, and accurate full-text search interfaces on the web. Designed with static sites in mind, specifically.

It comes in two parts. First, it's a command-line tool that indexes content and creates a search index file that you can upload to a web server. Second, it's a Javascript library that uses that search index file to build an interactive search interface that displays optimal search results immediately to your user, as they type.

Stork is built with Rust, and the Javascript library uses WebAssembly behind the scenes. It's easy to get started and is even easier to customize so it fits your needs. It's perfect for Jamstack sites and personal blogs, but can be used wherever you need to bring search to your users.

Github: https://github.com/jameslittle230/stork

The index generation and upload process could be added to the site generation and deployment process fairly easily, I think.

search rust javascript websites addon json
Implement client-side search on your website with this JavaScript tool https://opensource.com/article/21/11/client-side-javascript-search-lunrjs
Tue 30 Nov 2021 02:37:04 PM PST archive.org

Lunr.js works on the client-side through JavaScript. Instead of sending calls to a backend, Lunr looks up search terms in an index built on the client-side itself. This avoids expensive back-and-forth network calls between the browser and your server. There are plenty of tutorials online to showcase Lunr's website search functionality. But you can actually use Lunr.js to search any array of JavaScript objects.

javascript webdesign search clients json
Is Mercury In Retrograde? https://mercuryretrogradeapi.com/about.html
Sun 31 Oct 2021 07:18:30 PM PDT archive.org

An API-only service that allows you to determine whether Mercury is in retrograde for a given date.

Seems essential to me.

rest api json dates astrology
Open Meteo https://open-meteo.com/
Sat 28 Aug 2021 07:31:39 PM PDT archive.org

Open-Meteo offers free weather forecast APIs for open-source developers and non-commercial use. No API key is required. Pulls its data from the weather services of multiple countries. 7 day forecasts updated every three hours with a maximum resolution of 2km.

rest api weather forecasts free rest api exocortex json
kellyjonbrazil/jc https://github.com/kellyjonbrazil/jc
Thu 26 Aug 2021 08:34:01 PM PDT archive.org

jc JSONifies the output of many CLI tools and file-types for easier parsing in scripts. This allows further command-line processing of output with tools like jq or jello by piping commands. The jc parsers can also be used as python modules.

python cli output json converter module sysadmin
luphord/blanketdb https://github.com/luphord/blanketdb
Thu 27 May 2021 03:57:36 PM PDT archive.org

BlanketDB is a very simple database written in Python based on SQLite. It is intended for small IoT projects where you need a quick way to collect and store data from sensors and other devices. You communicate with BlanketDB using HTTP GET / POST / DELETE requests. Request and response bodies are usually JSON, but you can also POST HTML forms directly to BlanketDB. There is no schema in the database, you simply store objects in buckets.

Documentation: https://blanketdb.readthedocs.io.

python exocortex database server rest api json
cheery/json-algorithm https://github.com/cheery/json-algorithm
Sun 02 May 2021 06:59:15 PM PDT archive.org

A project that teaches you how to write your own JSON parser.

python lesson json parser
GitHub - davidesantangelo/datoji https://github.com/davidesantangelo/datoji
Tue 08 Dec 2020 04:18:36 PM PST archive.org

A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.

All returned entries are timestamped (ISO 8601). Blank fields are returned as null and not omitted. Implements JSON:API guidelines. Paginated, 20 hits per by default. OAuth2 authentication on all requests. CRUD.

Authorization: token ...

rest api data json ruby exocortex
GitHub - muesli/duf: Disk Usage/Free Utility https://github.com/muesli/duf
Wed 23 Sep 2020 04:15:22 PM PDT archive.org

A much more advanced disk usage utility for Linux. Reminiscent of htop in terms of how it displays things. All text mode. Responsive to terminal reconfigurations. Sortable. Can output JSON on demand.

golang sysadmin cli storage monitoring json
PurpleAir | Real Time Air Quality Monitoring https://www2.purpleair.com/
Mon 14 Sep 2020 07:11:37 AM PDT archive.org

An air quality monitoring network built on a new generation of Internet of Things sensors. Using a new generation of laser particle counters to provide real-time measurement of PM1.0, PM2.5 and PM10. PurpleAir sensors are easy to install and only require a power outlet and WiFi. They use WiFi to report in real time to the PurpleAir map. Sells air quality sensors that are pretty expensive. Don't know if it'd be possible to upload data from other kinds of sensors.

Account creation requires authenticating with a Google account only.

They have a JSON API but it's read-only and just a straight dump from their database: https://www.purpleair.com/json

https://www2.purpleair.com/community/faq#hc-access-the-json

There is also a Thingspeak API: https://www2.purpleair.com/community/faq#hc-thingspeak-api

They also seem to have a REST API but you need an API key and ChannelID. Not a big deal, really.

I don't know if this service is suitable for my purposes.

airquality iot monitoring json api rest map weather exocortex citizenscience
GitHub - jsonresume/resume-schema: JSON-Schema is used here to define and validate our proposed resume json https://github.com/jsonresume/resume-schema
Thu 10 Sep 2020 08:14:53 PM PDT archive.org

A formal schema for representing a resume' or CV as a JSON document so that it's machine readable.

schema json resume documents personal business
JSON Resume https://jsonresume.org/
Thu 06 Aug 2020 07:03:19 PM PDT archive.org

JSON Resume is a community driven open source initiative to create JSON-based standard for resumes. Makes it ideal for running through a generator to output a static resume document. Of course, the PoC is written in node.js. Can be integrated into various CMSes and management platforms.

Github: https://github.com/jsonresume/resume-schema

json resume format standard information integration
Unminify JS, CSS, HTML, XML and JSON Code https://unminify.com/
Tue 04 Aug 2020 07:15:16 AM PDT archive.org

Free tool to unminify (unpack, deobfuscate) JavaScript, CSS, HTML, XML and JSON code, making it readable and pretty. The tool works locally in your browser, no data is uploaded to the server.

online js css html xml json formatting
page 1 / 4
4220 links, including 280 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn