Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/end-sentence-punctuation

For when I'm annoyed that sentences don't have punctuation.
https://github.com/ryanburnette/end-sentence-punctuation

Last synced: 22 days ago
JSON representation

For when I'm annoyed that sentences don't have punctuation.

Awesome Lists containing this project

README

        

# [end-sentence-punctuation](https://github.com/ryanburnette/end-sentence-punctuation)

[![repo](https://img.shields.io/badge/repository-Github-black.svg?style=flat-square)](https://github.com/ryanburnette/end-sentence-punctuation) [![npm](https://img.shields.io/badge/package-NPM-green.svg?style=flat-square)](https://www.npmjs.com/package/@ryanburnette/end-sentence-punctuation)

For when I'm annoyed that sentences don't have punctuation.

```js
var punctuate = require('@ryanburnette/end-sentence-punctuation');
punctuate('Hello world');
// Hello world.
```