mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 12:33:10 +00:00
docs(v2): showcase SpotifyAPI-NET (#3307)
This commit is contained in:
parent
a94d14b9c7
commit
c97dd656a9
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue