diff --git a/website/src/data/showcase/spotifyapi-net.png b/website/src/data/showcase/spotifyapi-net.png new file mode 100644 index 000000000000..df0f49cc14d3 Binary files /dev/null and b/website/src/data/showcase/spotifyapi-net.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index c9a77071f274..f087453dcb62 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -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',