This repository contains a set of packages for interacting with the HackMD API.
See README
To help you get started quickly, we provide comprehensive usage examples in the examples/
directory:
The examples/nodejs/
directory contains a complete example project demonstrating:
- User information retrieval
- Note creation and management
- ETag support for caching
- Content updates
- Error handling with retry logic
- Environment variable configuration
To run the Node.js example:
- Navigate to the example directory:
cd examples/nodejs
- Follow the setup instructions in examples/nodejs/README.md
- Set your HackMD access token
- Run
npm start
The example includes detailed comments and demonstrates best practices for using the HackMD API client.
MIT