Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinysocks/viets_board

a prototype for displaying resident's package information
https://github.com/shinysocks/viets_board

Last synced: about 1 month ago
JSON representation

a prototype for displaying resident's package information

Awesome Lists containing this project

README

        

## viets package board
---
>### How it works:
>* pulls data.xlsx from a shared excel sheet url
>* parses excel data and displays using javafx
>* compiles to jarfile and accepts url as argument

>### Usage (TODO)
>```
>java -jar vboard.jar "sharepoint_url"
>```

>### Backlog
>* logging
>* frontend design and fxml implementation
>* docker image
>* excel sheet design
>* data input system? (separate project maybe?)