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
- Host: GitHub
- URL: https://github.com/brackendev/gravatardemo-fsharp
- Owner: brackendev
- License: mit
- Created: 2018-09-13T22:45:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T06:19:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T08:41:01.099Z (4 months ago)
- Topics: api-client, api-wrapper, demo, dotnet, fsharp, gravatar, gravatar-api, mono, new-user, visual-studio
- Language: F#
- Homepage: http://bracken.dev/
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)