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

https://github.com/hugodf/chiwawa

Turn blog posts into tweets
https://github.com/hugodf/chiwawa

Last synced: 22 days ago
JSON representation

Turn blog posts into tweets

Awesome Lists containing this project

README

        

# Chiwawa

Turn blog posts into tweets

## Getting Started

### Prerequisites

Tested on Node v9 with npm 5.

### Installing

Installing `chiwawa` globally will install the `chiwawa` command:
```
# Using npm
npm install -g chiwawa
# Using Yarn
yarn global add chiwawa
```

Run using:
```
chiwawa [path-of-markdown-files]
```

`chiwawa` can also be run using `npx`:
```
npx chiwawa
```

## Built With

* [Cheerio](https://github.com/cheeriojs/cheerio) - Fast, flexible & lean implementation of core jQuery designed specifically for the server.
* [esm](https://github.com/standard-things/esm) - To write ES modules without transpilation
* [globby](https://github.com/sindresorhus/globby) - User-friendly glob matching
* [Inquirer](https://github.com/SBoudrias/Inquirer.js#readme) - A collection of common interactive command line user interfaces.
* [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node API
* [query-string](https://github.com/sindresorhus/query-string#readme) - Parse and stringify URL query strings
* [Turndown](https://github.com/domchristie/turndown) - Convert HTML into Markdown with JavaScript.
* [np](https://github.com/sindresorhus/np) - A better `npm publish`

* [Carbon](https://carbon.now.sh/) - Create and share beautiful images of your source code.

## Versioning

We use [SemVer](http://semver.org/) for versioning.

## Authors

* **Hugo Di Francesco** - [HugoDF](https://github.com/HugoDF)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* [RobyRemzy](https://github.com/RobyRemzy) for the work on `carbonnow-cli`
* [Sindre Sorhus](https://github.com/sindresorhus) for `globby`, `query-string` and examples of Inquirer use
* [Sindre Sorhus](https://github.com/sindresorhus) and [Sam Verschueren](https://github.com/SamVerschueren) for `np`
* [John-David Dalton](https://github.com/jdalton) for `esm`