Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachaarbonel/talib.dart
A pure dart port of go-talib (5K LOC) transpiled with my fork of gopherDart (WIP)
https://github.com/sachaarbonel/talib.dart
dart finance talib technical-analysis
Last synced: about 1 month ago
JSON representation
A pure dart port of go-talib (5K LOC) transpiled with my fork of gopherDart (WIP)
- Host: GitHub
- URL: https://github.com/sachaarbonel/talib.dart
- Owner: sachaarbonel
- License: bsd-3-clause
- Created: 2019-03-02T17:50:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T07:03:34.000Z (over 4 years ago)
- Last Synced: 2023-03-20T21:31:09.749Z (over 1 year ago)
- Topics: dart, finance, talib, technical-analysis
- Language: Dart
- Homepage: https://github.com/Sach97/gopherDart
- Size: 38.1 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).## Usage
A simple usage example:
```dart
import 'package:talib/talib.dart';main() {
var awesome = new Awesome();
}
```## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: http://example.com/issues/replaceme