Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viperadnan-git/pasting
Publishing tool made in nodejs using deta.
https://github.com/viperadnan-git/pasting
cheerio deta deta-base markedjs nodejs pastebin pastebin-service publishing-service telegraph
Last synced: 3 months ago
JSON representation
Publishing tool made in nodejs using deta.
- Host: GitHub
- URL: https://github.com/viperadnan-git/pasting
- Owner: viperadnan-git
- License: mit
- Created: 2021-05-04T14:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T07:21:25.000Z (10 months ago)
- Last Synced: 2024-06-21T12:25:53.435Z (5 months ago)
- Topics: cheerio, deta, deta-base, markedjs, nodejs, pastebin, pastebin-service, publishing-service, telegraph
- Language: EJS
- Homepage: https://pasting.deta.dev
- Size: 336 KB
- Stars: 27
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - viperadnan-git/pasting - Publishing tool made in nodejs using deta. (nodejs)
README
Introduction
Pasting is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click.
In simple words it's a website like Telegraph but it can be used as a pastebin too.## Installing
It can be deployed on deta or you need node v16.13.0 or later and also need deta's project key if not deploying on deta.### Configuration
- Set `HOST` and `PORT` in environment variables or in arguments. Default it will listen on `127.0.0.1:8000`.
- Set `DETA_PROJECT_KEY` in environment varibales.### Deployment
- Install dependencies using `npm`
```
npm install
```
- Run it using `node`
```
node index.js
```### Copyright & License
Copyright (©) 2022 by [Adnan Ahmad](https://github.com/viperadnan-git).
Licensed under the terms of the [MIT](./LICENSE)