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

https://github.com/hellflame/jp-note


https://github.com/hellflame/jp-note

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# JP Note

It helps to remember japanese notes.

![preview](./images/preview.png)

## Install

```bash
go install github.com/hellflame/jp-note@latest
```

An executable named `jp-note` will be install at `$GOPATH/bin`

## Usage

```
usage: jp-note [--help] [--host HOST] [--port PORT] [--no-browser]

start jp note server

options:
--help, -h show this help message
--host HOST host address (default: 127.0.0.1)
--port PORT, -p PORT listen port (default: 8080)
--no-browser don't open browser
```