https://github.com/kikimanjaro/cheezamapi
Cheezamapi is a non-official API of https://www.cheezam.fr made using scraping.
https://github.com/kikimanjaro/cheezamapi
cheese cheezam dart dartlang
Last synced: about 2 months ago
JSON representation
Cheezamapi is a non-official API of https://www.cheezam.fr made using scraping.
- Host: GitHub
- URL: https://github.com/kikimanjaro/cheezamapi
- Owner: KikiManjaro
- License: bsd-3-clause
- Created: 2022-01-14T23:00:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T12:45:08.000Z (over 3 years ago)
- Last Synced: 2025-01-29T17:44:40.279Z (4 months ago)
- Topics: cheese, cheezam, dart, dartlang
- Language: Dart
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://pub.dev/packages/cheezamapi)
# A non-official API for Cheezam
Cheezamapi is a non-official API of [Cheezam](https://www.cheezam.fr/) made using scraping.
Pull requests are most welcome.
## Getting Started
In your `pubspec.yaml` root add:
```yaml
dependencies:
cheezamapi: ^1.1.0
```then,
```dart
import 'package:cheezamapi/cheezamapi.dart';
```## Methods
| Method | Description | Arguments | Return Type
|---|---|---|---|
| cheeze | Return a `Response` object containing found infos | File cheeseImage | Future `` |## Contributing
Contributions are very welcome on this project! Please see our [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md) to get started.
## License
Created by KikiManjaro from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).[](https://www.buymeacoffee.com/kikimanjaro)