Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.84 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.84 KB

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, F#, Newspeak, Pharo, Racket, and Squeak.


GravatarDemo-FSharp

F# implementation to interact with the Gravatar API.

TODO

  • Support the latest .NET Standard release.

Installation

  1. Download this project.
  2. Install and setup .NET Core.

Example Usage

Execute in a shell (in the project's Gravatar.Console directory):

dotnet run image email@example.com
dotnet run profile email@example.com

Author

Bracken Spencer

License

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


Useful Links