An open API service indexing awesome lists of open source software.

https://github.com/alnaimi-github/remoterepo-source


https://github.com/alnaimi-github/remoterepo-source

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# repo 1

ex repo:

```
public class WeatherForecast
{
public DateOnly Date { get; set; }

public int TemperatureC { get; set; }

public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);

public string? Summary { get; set; }
}
```
`change`