Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcclowes/mcclowes-apis

API for some personal utility functions
https://github.com/mcclowes/mcclowes-apis

api be express vercel

Last synced: about 2 months ago
JSON representation

API for some personal utility functions

Awesome Lists containing this project

README

        

# mcclowes-api

Various utility functions.

## Available paths

### Todoist

[/todos](https://api.mcclowes.com//todos)
[/todos/due](https://api.mcclowes.com//todos/due)
[/todos/process/reprioritize](https://api.mcclowes.com//todos/process/reprioritize)
[/todos/process/stale](https://api.mcclowes.com//todos/process/stale)

## Running the code

Dev
```
npm run develop
```

Prod
```
npm run start
```