Introducing Shuttle: A JSON Share Service for Developers
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.