All Projects → viperadnan-git → pasting

viperadnan-git / pasting

Licence: MIT License
Publishing tool made in nodejs using deta.

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pasting

rentry
Markdown pastebin from command line
Stars: ✭ 252 (+1382.35%)
Mutual labels:  pastebin, pastebin-service
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (+58.82%)
Mutual labels:  pastebin, pastebin-service
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (+500%)
Mutual labels:  pastebin, pastebin-service
PasteBinApp
iOS app for PasteBin
Stars: ✭ 27 (+58.82%)
Mutual labels:  pastebin, pastebin-service
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+552.94%)
Mutual labels:  pastebin, pastebin-service
mira
A place for notes, but for the people I keep in touch with
Stars: ✭ 18 (+5.88%)
Mutual labels:  deta, deta-base
pastebin-bot
Advanced functional Pastebin Telegram Bot made using better-pastebin and TelegrafJS. This bot will help you to create pastes (Texts) on Pastebin which is a text cloud.
Stars: ✭ 16 (-5.88%)
Mutual labels:  pastebin
arachnod
High performance crawler for Nodejs
Stars: ✭ 17 (+0%)
Mutual labels:  cheerio
cowyodel
Easily move things between computers with a code phrase and https://cowyo.com 🐮 💬
Stars: ✭ 58 (+241.18%)
Mutual labels:  pastebin
yarc
No description or website provided.
Stars: ✭ 109 (+541.18%)
Mutual labels:  deta
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (+29.41%)
Mutual labels:  pastebin
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+17.65%)
Mutual labels:  cheerio
ODetaM
A simple ODM(Object Document Mapper) for Deta Base based on pydantic
Stars: ✭ 18 (+5.88%)
Mutual labels:  deta
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (+5.88%)
Mutual labels:  deta
VSCode-ShareCode
Share Code is an Extension for Visual Studio Code. You can find it on marketplace.
Stars: ✭ 30 (+76.47%)
Mutual labels:  pastebin
PastebinMarkdownXSS
XSS in pastebin.com and reddit.com via unsanitized markdown output
Stars: ✭ 84 (+394.12%)
Mutual labels:  pastebin
pastebin-csharp
API client for Pastebin in C#
Stars: ✭ 25 (+47.06%)
Mutual labels:  pastebin
nuxt-prune-html
🔌⚡ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering
Stars: ✭ 69 (+305.88%)
Mutual labels:  cheerio
muninn
With a simple, flexible and maintainable configuration file, you can parse html and output json according to the schema you specify.
Stars: ✭ 38 (+123.53%)
Mutual labels:  cheerio
SourceBin
💻 Sharing code made easy
Stars: ✭ 48 (+182.35%)
Mutual labels:  pastebin

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.   Deploy

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. Licensed under the terms of the MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].