Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/rafalwilinski/serverless-medium-text-to-speech

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/rafalwilinski/serverless-medium-text-to-speech

  • v0.0.0-20180828012350-937088db9d95
  • Source
  • Go
  • Socket score

Version published
Created
Source

serverless-medium-text-to-speech

serverless

Serverless-based, text-to-speech service for Medium articles.

Infrastructure Diagram

DEMO

Demo here

Deploy to your own AWS account:

Prerequisites:

  • Node.js > 6
  • Serverless Framework

Setup and deployment

Downloading project:

git clone https://github.com/RafalWilinski/serverless-medium-text-to-speech
cd serverless-medium-speech
npm install && cd front && yarn

To run project in development mode, locally:

npm run dev

Deploy to API to AWS Lambda & Frontend to S3:

npm run deploy

API Usage & Example

curl -X POST \
  https://bt1wb4iwpf.execute-api.us-east-1.amazonaws.com/dev/transcode \
  -d '{
	"href": "https://medium.com/the-mission/11-reasons-i-sacrifice-money-to-work-wherever-i-want-21e9ce36f2b7"
}'

License

MIT Licensed. Copyright (c) Rafal Wilinski 2017.

FAQs

Package last updated on 28 Aug 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc