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

https://github.com/schroedinger-hat/fred


https://github.com/schroedinger-hat/fred

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        



[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]




Fred




Logo




Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project


  2. Usage

  3. Contributing

  4. Contact

## About The Project

I needed to find a perfect, or nearly perfect, day to schedule a dinner with a group of friends and for this I build this tool to find a spot where most of us can partecipate.

### The name

The famous nephew **Fred** attempting to invite Scrooge to dinner with his family.

~Budday stands for **BUD**dies **DAY** so the day where we celebrate our friendship.~

### Tech stack

Golang is the way I go for this kind of things :)

## Usage

Replace the content of [input.txt](/input.txt) with the list of days in the month:

```text
person1name: 1, 20, 25
person1name: 1, 15, 21, 23, 30
person3name: 4, 28, 30
```

After you update the input.txt, just run:

```bash
go mod tidy
go run main.go
```

![example.gif](public/example.gif)

The first list is the parsed input and the second is the preferred day ordered by number of presents with excluded person.

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

## Contact

Schrödinger's Hat Team - [@schroedinger_hat](mailto:[email protected])

Project Link: [https://github.com/schroedinger-Hat/Fred](https://github.com/schroedinger-Hat/Fred)

[contributors-shield]: https://img.shields.io/github/contributors/schroedinger-Hat/Fred.svg?style=for-the-badge
[contributors-url]: https://github.com/schroedinger-Hat/Fred/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/schroedinger-Hat/Fred.svg?style=for-the-badge
[forks-url]: https://github.com/schroedinger-Hat/Fred/network/members
[stars-shield]: https://img.shields.io/github/stars/schroedinger-Hat/Fred?style=for-the-badge
[stars-url]: https://github.com/schroedinger-Hat/Fred/stargazers
[issues-shield]: https://img.shields.io/github/issues/schroedinger-Hat/Fred.svg?style=for-the-badge
[issues-url]: https://github.com/schroedinger-Hat/Fred/issues