Skip to content

Commit

Permalink
docs(readme): simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Dec 30, 2023
1 parent 6c46689 commit 29111ab
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Install

```bash
npm install node-csfd-api --save
npm install node-csfd-api
# yarn add node-csfd-api
```

Expand Down Expand Up @@ -350,7 +350,7 @@ csfd

_Note: You can not use both parameters 'includesOnly' and 'excludes'. Parameter 'includesOnly' has a priority._

## Used by
## 🧑‍💻 Used by

### Web extensions

Expand All @@ -366,7 +366,7 @@ _Note: You can not use both parameters 'includesOnly' and 'excludes'. Parameter

- KinoKlub – Mobile application for AeroFilms (React Native: Android + iOS application)

## Roadmap
## 🔮 Roadmap

### Scraping more pages

Expand Down Expand Up @@ -430,22 +430,7 @@ You can find and modify it in [`./demo.ts`](https://github.com/bartholomej/node-
yarn demo
```

## Development (notes for me)

### Publish Stable

```shell
yarn release:patch
# yarn release:minor
# yarn release:major
```

### Publish next channel

1. Bump version `-beta.0` in `package.json`
2. `yarn release:beta`

## Contribution
## 🤝 Contribution

I welcome you to customize this according to your needs ;)

Expand All @@ -457,17 +442,17 @@ Give a ⭐️ if this project helped you!

Or if you are brave enough consider [making a donation](https://github.com/sponsors/bartholomej) for some 🍺 or 🍵 ;)

## Privacy Policy
## 🕵️‍♀️ Privacy Policy

I DO NOT STORE ANY DATA. PERIOD.

I physically can't. I have nowhere to store it. I don't even have a server database to store it. So even if Justin Bieber asked nicely to see your data, I wouldn't have anything to show him.

That's why, with node-csfd-api, what happens on your device stays on your device till disappear.

## License
## 📝 License

Copyright © 2020 – 2023 [Lukas Bartak](http://bartweb.cz)
Copyright © 2020 – 2024 [Lukas Bartak](http://bartweb.cz)

Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)

Expand Down

0 comments on commit 29111ab

Please sign in to comment.