
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Postita.fi unofficial Node.js library. The library enables Postita.fi users to automate their use of the services, such as sending mail and electronic invoices through Postita.fi. It also allows users to query their job queue status, status of individual jobs and account status.
To send mail through Postita.fi, users can simply upload a PDF file to the service. Postita.fi then prints the PDF file on A4 sized paper in black and white or in color, put it into a big-windowed C5 or C4 envelope and send it.
API documentation: http://tpisto.github.io/postita
##Features
##API documentation Full library API documentation at: http://tpisto.github.io/postita
##Examples ES6 syntax. You can use Babel to already run ES6 syntax JS if your Node.js version doesn't support it yet.
let PostitaLib = require('postita')
let fs = require('fs')
// Init
let postita = new PostitaLib('my_user_name','my_password')
let myPdf = fs.readFileSync('my_pdf.pdf')
// It is very simple to send the PDF
postita.send('my_job_name', myPdf)
.then(r => console.log('PDF sent successfully'))
.catch(r => console.log(`PDF sending failed: ${r}`))
// This is how you can check your balance, etc.
postita.account_info()
.then(r => console.log(r))
.catch(r => console.log(r))
##Installation
$ npm install postita
##Authors
ISC
FAQs
Postita.fi unofficial Node.js API
We found that postita demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.