https://github.com/felsokning/fels-kning.ycombinator
https://github.com/felsokning/fels-kning.ycombinator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felsokning/fels-kning.ycombinator
- Owner: felsokning
- License: mit
- Created: 2023-11-16T12:17:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T22:38:57.000Z (3 months ago)
- Last Synced: 2025-02-19T23:28:16.049Z (3 months ago)
- Language: C#
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
← If you would like to buy me a coffee
     
[](https://github.com/felsokning/Fels-kning.YCombinator/actions/workflows/build-and-publish-to-nuget.yaml)
# Introduction
The [`Felsökning.YCombinator` NuGet assembly](https://www.nuget.org/packages/Fels%C3%B6kning.YCombinator) contains classes and methods for querying the Hacker News API.# Getting Started
1. Clone the repository: `git clone https://github.com/felsokning/Fels-kning.YCombinator.git`
2. cd into the folder: `cd Fels-kning.YCombinator`
3. Profit# Build and Test
From the `Fels-kning.YCombinator` folder:1. To build:
1. `dotnet restore --verbosity=normal`
2. `dotnet build --verbosity=normal`
2. To Test:
1. `dotnet test --verbosity=normal`# Contribute
