Skip to content
/ KMUC Public

KookMin University Carte (국민대 식단표)

License

Notifications You must be signed in to change notification settings

occidere/KMUC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMUC

KookMin University Carte (국민대 식단표)

Dependencies

  1. json-simple-1.1.1.jar

How to Use?

import kmuc.food;

public class Main {
    public static void main(String[] args) throws Exception {
        Carte carte = new Carte(); //Automatically set date as today.
//      Carte carte = new Carte("2017-07-23"); //Set date manually.
    
        /* 
         * get Carte String sorted by Time.
         * ex) Breakfast, Lunch, Dinner.
         */
        String carteByTime = carte.getCarteByTime();
    
        System.out.println(carteByTime); //print
    }
}

About

KookMin University Carte (국민대 식단표)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages