Giter Site home page Giter Site logo

mr-kumar-abhishek / article-spinner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nklnkl/article-spinner

0.0 2.0 0.0 23.32 MB

Allows users to enter text and replaces words with synonyms to generate new text.

JavaScript 93.30% CSS 1.93% HTML 4.78%

article-spinner's Introduction

Article-Spinner

===============

Allows users to enter text and replaces words with synonyms to generate new text.

What Works Right Now

Once you clone the repository, run npm install in command line to install the necessary dependencies. Than start the server using any method you wish. Once the server is up and running, send a POST request to '/api/articles', with a JSON as the request body. Store your content/text/article as the value for a key called 'article', like so: { article: "This is the sample text."}.

If all goes well, it should respond back with "spun" text. I will continue to work on this in my free time.

Future Updates

  • More accurate and appropriate synonym swaps.
  • Specifications for levels of synonyms. (Meaning, instead of getting the first synonym, maybe getting the 2nd or 3rd or random.)
  • Possible front-end SPA UI, maybe with AngularJS since I like it.

Why

On my first job in a small office, my employer needed to be able to take content from other articles and be able to make it his own. I do not condone this behavior, but at the time I had no other job offer as I had no job experience either. At this point, he was the only person paying me and I needed money to pay for my tuition. I believe he needed this application to help him generate blog sites to push SEO to his main websites. (Grey hat SEO is what I believe it's called).

What

It's a minimal application using the NodeJS/ExpressJS, MongoDB, and AngularJS.

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.