Skip to content

Commit

Permalink
Update README and release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds committed Feb 8, 2022
1 parent 22535db commit a844d5e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
#
<p align="center">
<a href="https://github.com/bmresearch/TradingView/actions/workflows/dotnet.yml">
<img src="https://github.com/bmresearch/TradingView/actions/workflows/dotnet.yml/badge.svg"
alt="Build Status (master)" ></a>
<a href="https://coveralls.io/github/bmresearch/TradingView?branch=master">
<img src="https://coveralls.io/repos/github/bmresearch/TradingView/badge.svg?branch=master"
alt="Coverage Status" ></a>
</p>

# What is TradingView?

[TradingView](https://github.com/bmresearch/TradingView) is a .NET integration library for the TV UDF specification.
You can use this library to consume data from TV UDF providers.

## Features

- Implements a generic client for TV UDF providers

## Requirements
- net 5.0

## Examples

The [TradingView.Examples](https://github.com/bmresearch/TradingView/tree/master/BlockMountain.TradingView.Examples) project features some examples on how to use the [ITradingViewProvider](https://github.com/bmresearch/TradingView/tree/master/BlockMountain.TradingView/ITradingViewProvider.cs), these examples include:
- Getting all mango accounts owned by a specific address


## Contribution

We encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.

## Contributors

* **Hugo** - *Maintainer* - [murlokito](https://github.com/murlokito)
* **Tiago** - *Maintainer* - [tiago](https://github.com/tiago18c)

See also the list of [contributors](https://github.com/bmresearch/TradingView/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/bmresearch/TradingView/blob/master/LICENSE) file for details
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>BlockMountain.TradingView</Product>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down

0 comments on commit a844d5e

Please sign in to comment.