Giter Club home page Giter Club logo

mediumreaderv2's Introduction

๐ŸŽง MediumReaderV2

forthebadge made-with-javascript

MEDIUMREADER is an app that helps you listen to articles and blogposts from multiple sources. It leverages Web scraping to extract the text from the article, and Google Text-to-sppeech APIs to convert the text to speech. The node gTTs wrapper further simplifies this process by also writing the response to an audio file. This audio file is the uploaded to AWS S3, and returned back to the reader to listen to.

Where is Version 1 ?

The version 1 of this app is available HERE and leverages the SpeechSynthesis web APIs, however this was not very flexible a nd usable due to issues with the SpeechSynthesis APIs.

Running the Web Application

Requirements

  • Node.js and npm installed

Clone the app

$ git clone https://github.com/rexsimiloluwah/mediumreaderv2.git

Run the backend

$ cd backend
$ npm install 
$ npm run server

Testing using CURL:-

$ curl --location --request POST 'http://localhost:5000/api/v1/audio?lang=en' --header 'Content-Type: application/json' --data-raw '{
    "url" : "https://blog.medium.com/a-less-long-more-connected-medium-c345db2d6a56"
}'

Run the client (frontend):-

$ npm run client-install
$ npm run client 

View the frontend on https://localhost:3000

Run the full app (frontend + backend):-

$ npm run dev

Deployment

The app is currently hosted on Heroku at https://mediumreader.herokuapp.com

Thank you ๐Ÿฅ‚, Happy listening ๐ŸŽง

mediumreaderv2's People

Contributors

rexsimiloluwah avatar

Stargazers

Isaac Adetona avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.