Introducing Shuttle: A JSON Share Service for Developers

2023/08/11
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

The article introduces Shuttle, a new JSON share service designed to help developers save and share JSONs. Shuttle allows users to create, retrieve, and render JSON records through a simple API. Developers can use the GET /:id endpoint to retrieve a specific record and render it as markdown. The GET /api/:id endpoint allows users to retrieve a record in JSON format. Additionally, Shuttle provides the ability to create new records using the POST /api/new endpoint, either by sending a JSON body or uploading a JSON file. The service also supports creating new records with base64 encoded content. Shuttle is built using Deno, a secure runtime for JavaScript and TypeScript. With Shuttle, developers can easily save and share JSONs, making it a valuable tool for collaboration and code sharing. Check out Shuttle on GitHub for more information and to get started with the service.