crowous.rs
A Rust wrapper for the Crous Mobile internal API.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
Repository
A Rust wrapper for the Crous Mobile internal API.
Basic Info
- Host: GitHub
- Owner: LiterateInk
- License: gpl-3.0
- Language: Rust
- Default Branch: main
- Homepage: https://crowous.docs.literate.ink/
- Size: 50.8 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
This library is not affiliated with ↗ Les Crous in any way.
What is "Les Crous" ?
↗ Les Crous (or Centres Régionaux des Œuvres Universitaires et Scolaires) in France are regional organizations that provide various services to students to enhance their quality of life.
↗ Les Crous' mobile app facilitates student life by providing access to housing applications, meal plan management, scholarship information, and various support services directly from their smartphones.
Installation
bash
cargo add crowous
Quick Start
```rust use crowous::services::getavailablecrous;
[tokio::main]
async fn main() { let availablecrous = getavailable_crous().await.unwrap();
for crous in available_crous { println!("{} ({})", crous.name, crous.identifier); } } ```
You can find guides at ↗ crowous.docs.literate.ink and if it's not enough you can also take a look at the ↗ examples directory on the GitHub repository for inspiration.
If none of those are helpful, you can always ↗ open an issue to ask for help or join the ↗ LiterateInk Discord server.
License
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.
Owner
- Name: LiterateInk
- Login: LiterateInk
- Kind: organization
- Email: contact@literate.ink
- Location: France
- Website: https://literate.ink
- Repositories: 17
- Profile: https://github.com/LiterateInk
A unified school workspace for literally everyone.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Crowous
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: LiterateInk
website: "https://literate.ink"
email: contact@literate.ink
repository-code: "https://github.com/LiterateInk/Crowous.rs"
url: "https://crowous.docs.literate.ink/"
repository-artifact: "https://crates.io/crates/crowous"
abstract: >-
A wrapper for the Crous Mobile internal API.
keywords:
- crous
- restaurant
- wrapper
- university
- api
license: GPL-3.0-or-later
GitHub Events
Total
- Create event: 2
Last Year
- Create event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mikkel ALMONTE--RINGAUD | c****t@v****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0