Paster.Js is a copy of Paster.Py but in JavaScript instead of Python 😁
This is a Express project, that works like exactly like Paster.Py but in JavaScript.
If you don't know how it works, you can see Pastes or create pastes in this app!
To install Paster.Js, you need to install Node.js.
Then:
$ npm install
after that,
$ npm start
will start the server on the port 3000.
To create a new paste, just go to http://localhost:3000/new
and fill in the form. then you can see that it give you a link for the paste
Pull reuquests are welcome. just fork the repository and push your changes. we will review them and if they are good, we will add them to the repository.
Paster.Js is licensed under the APACHE 2.0 license.