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

https://github.com/brackendev/gravatardemo-fsharp

F# implementation to interact with the Gravatar API. Useful example for new users
https://github.com/brackendev/gravatardemo-fsharp

api-client api-wrapper demo dotnet fsharp gravatar gravatar-api mono new-user visual-studio

Last synced: 3 months ago
JSON representation

F# implementation to interact with the Gravatar API. Useful example for new users

Awesome Lists containing this project

README

        

_My Gravatar demo projects are for developers to get acquainted with languages and platforms with something more than a "Hello World" example. Versions are available for [Clojure](https://github.com/brackendev/GravatarDemo-Clojure), [F#](https://github.com/brackendev/GravatarDemo-FSharp), [Newspeak](https://github.com/brackendev/GravatarDemo-Newspeak), [Pharo](https://github.com/brackendev/GravatarDemo-Pharo), [Racket](https://github.com/brackendev/GravatarDemo-Racket), and [Squeak](https://github.com/brackendev/GravatarDemo-Squeak)._

- - -

GravatarDemo-FSharp
===================

**F# implementation to interact with the [Gravatar API](https://en.gravatar.com/site/implement/).**

* [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) reference platform.
* Tests included.
* [brackendev/FSharp-Bootstrap.sh](https://gist.github.com/brackendev/17cb61112493e4bc906e0d6f7d3ee11b) was used for project initialization.

## TODO

- [ ] Support the latest .NET Standard release.

## Installation

1. Download this project.
2. Install and setup [.NET Core](https://dotnet.microsoft.com/download).

## Example Usage

Execute in a shell (in the project's _Gravatar.Console_ directory):

```bash
dotnet run image [email protected]
```

```bash
dotnet run profile [email protected]
```

## Author

Bracken Spencer

* [GitHub](https://www.github.com/brackendev)
* [LinkedIn](https://www.linkedin.com/in/brackenspencer/)
* [Twitter](https://twitter.com/brackendev)

## License

GravatarSDK-FSharp is released under the MIT license. See the LICENSE file for more info.

- - -

## Useful Links

* [/r/fsharp](https://www.reddit.com/r/fsharp/) [Reddit]
* [F# Guide](https://docs.microsoft.com/en-us/dotnet/fsharp/)
* [brackendev/FSharp-Bootstrap.sh](https://gist.github.com/brackendev/17cb61112493e4bc906e0d6f7d3ee11b)
* [fsharp.org](https://www.fsharp.org/)