dotnet / nuget-trends

Check out NuGet packages adoption and what's trending on NuGet.
https://nugettrends.com
MIT License
156 stars 29 forks source link

Enable support for URL sharing #9

Closed joaopgrassi closed 6 years ago

joaopgrassi commented 6 years ago

As the user add packages to its chart, we need to modify the URL so it becomes sharable. Open an URL with packages on it, should load the chart as if you added one by one.

Packages: /packages/?ids=EntityFramework&ids=Dapper&ids=Autofac

Framework: /framework/?ids=Netstandard20&ids=NetFx47

joaopgrassi commented 6 years ago

@bruno-garcia @victoriadoiron can you guys maybe check my commit? (a7aa01a) where I implemented this?