We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68da67 commit fa28dd9Copy full SHA for fa28dd9
server/README.md
@@ -0,0 +1,7 @@
1
+## Example Hacker News Server
2
+The server is responsible for communication with the [Hacker News API](https://github.com/HackerNews/API)
3
+
4
+### Running
5
+```bash
6
+go run main.go
7
+```
0 commit comments