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
- Host: GitHub
- URL: https://github.com/hugodf/chiwawa
- Owner: HugoDF
- License: mit
- Created: 2018-07-22T08:00:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T06:32:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-14T07:37:01.764Z (about 2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`