docs(v2): showcase SpotifyAPI-NET (#3307)

This commit is contained in:
Jonas Dellinger 2020-08-19 16:01:46 +02:00 committed by GitHub
parent a94d14b9c7
commit c97dd656a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -193,6 +193,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'SpotifyAPI-NET',
description: 'A Client for the Spotify Web API, written in C#/.NET',
preview: require('./showcase/spotifyapi-net.png'),
website: 'https://johnnycrazy.github.io/SpotifyAPI-NET/',
source: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET',
fbOpenSource: false,
pinned: false,
},
{
title: 'Supabase',
description: 'Open Source Realtime and RESTful APIs for Postgres',