Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeconscious/days-since
Counts the days since specific dates
https://github.com/codeconscious/days-since
Last synced: 1 day ago
JSON representation
Counts the days since specific dates
- Host: GitHub
- URL: https://github.com/codeconscious/days-since
- Owner: codeconscious
- Created: 2023-07-18T09:44:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T03:45:43.000Z (8 months ago)
- Last Synced: 2024-05-11T04:32:25.129Z (8 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DaysSince
Simply counts the days since specific dates. Dates are read from a local CSV file.
## Requirements
- .NET 7
- A file named `Dates.csv` in the application directory in which each line contains a label-date pair, such as `Super Famicon release date,1990/11/21`