Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingdutch/rtseo.js


https://github.com/kingdutch/rtseo.js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# RTSEO.js

Text analysis and assessment library in JavaScript. This library can generate
interesting metrics about a text and assess these metrics to give you an
assessment which can be used to improve the text.

This library builds on the work done in the [Yoast/YoastSEO.js](https://github.com/Yoast/YoastSEO.js)
project. The library in this repo is meant to be used with the
[Real-Time SEO Module](https://www.drupal.org/project/yoast_seo) for Drupal.

## Issues

Any issues for the Drupal module or JavaScript from this repository should be
reported in the [drupal.org issue queue](https://www.drupal.org/project/issues/yoast_seo).

Any issues for the YoastSEO.js library itself should be reported in the
[YoastSEO.js issue tracker](https://github.com/Yoast/YoastSEO.js/issues).
This distribution may not be the latest version of the YoastSEO.js library for
compatibility reasons with the Drupal module so care should be taken that issues
may already be fixed in a later release.

## Maintainers

This repository is maintained by GoalGorilla and has no affiliation with Yoast
or the YoastSEO.js project.

## License

This library is distributed under the GPL-3.0 license.
Please see [License](LICENSE) file for more information.

## Developer instructions

If you want to modify the Real Time SEO library in this repository, do the
following.

Install all dependencies with `yarn install`. This will ensure that the proper
version of the YoastSEO library gets downloaded as well as all development
dependencies such as bundler.

Once you are satisfied with your changes, run `yarn run bundle` to let bundler
pull together all the required files. Your result will be in the `dist/` folder.