Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrevarandas/dart-fortnite-api-wrapper

A Dart api wrapper for Fortnite Api.
https://github.com/andrevarandas/dart-fortnite-api-wrapper

api-wrapper dart dart-lang dart-library dartlang first-timers fortnite fortnite-api fortnite-dart fortnite-stats fortniteapi fortnitebr hacktoberfest hacktoberfest-2020 hacktoberfest-starter hacktoberfest2020 rest-api

Last synced: about 11 hours ago
JSON representation

A Dart api wrapper for Fortnite Api.

Awesome Lists containing this project

README

        

logo

License: MIT

# Fortnite Api Wrapper

Fortnite api wrapper is a dart library for interacting with the [FORTNITE-API](https://fortnite-api.com/).

**Note**

This is a work in progress and some features are not implemented yet.
For now, please use example/main.dart as a guide.

## Use this package as a library

### 1. Depend on it

Add this to your package's pubspec.yaml file:

```yaml
dependencies:
fortnite_api: ^0.0.1
```

### 2. Install it

You can install packages from the command line with:

pub:

`$ pub get`

with Flutter:

`$ flutter pub get`

Alternatively, your editor might support pub get or flutter pub get. Check the docs for your editor to learn more.

### 3. Import it

Now in your Dart code, you can use:

```dart
import 'package:fortnite_api/fortnite_api.dart';
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

## Feedback

Please feel free to [give us any feedback](https://github.com/andrevarandas/dart-fortnite-api-wrapper/issues/new)
helping support this plugin !

## License

[MIT - André Varandas](LICENSE)