Sign inSign up

nuxdie/note_api

By nuxdie

•Updated over 7 years ago

A simple web server that listens for a post request

Image
0

273

nuxdie/note_api repository overview

⁠Note API

A simple web server that listens for a post request in the form of:

https://note.api.host/new? \
	title={{Title}}&
	tags={{Tags}}&
	date={{CreatedAt}}

The application/json` data should look like this:

{
	"body": "{{BodyHTML}}",
	"url": "{{PublicUrl}}"
}

Tag summary

Content type

Image

Digest

Size

22.1 MB

Last updated

over 7 years ago

docker pull nuxdie/note_api