Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.06 KB

FluentStockMarket

A fluent API wrapper for Scott Brettle's Financial Forumlas nuget package

Features

  • Fluent API: A fluent API, making use of readable, DevX forward coding patterns

  • .NET Powered: Utilises the flexibility and efficiency of .NET for expressive and concise code.

Technologies Used

  • .NET: Making use of the fluent API syntax, we get a LINQ inspired API to query the stock market in C#

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add some feature'. Commit standards
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • A great thanks to Scott Brettle for the original formulas package, an inspiration for this learning exercise

Thanks for your interest in this project!