Skip to content

xyzshantaram/colle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colle

A dead-simple pastebin service.

Intended for use on https://shantaram.xyz.

Usage

deno run -A --unstable src/mod.ts

An API client can be imported with:

import { Colle } from "https://deno.land/x/[email protected]/mod.ts";

if using TypeScript, and

import { Colle } from "https://deno.land/x/[email protected]/src/Colle.js";

if working directly in the browser.

Todo

  • FE: Add md parsing
  • Allow nicknames (custom slugs) for pastes
  • Implement signout somehow
  • Cache JWT on client side

License

See LICENSE.