Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

alberthoekstra/Samil.Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Samil Portal

This library retrieves data from the Samil Portal website based on the plant name.

Example to get the values for this year:

var helper = new SamilHelper("plant five");
var values = helper.GetYearValues(DateTime.Now);

Example to get the values for this month:

var helper = new SamilHelper("plant five");
var values = helper.GetMonthValues(DateTime.Now);

Example to get the values for today:

var helper = new SamilHelper("plant five");
var values = helper.GetDayValues(DateTime.Now);

Releases

No releases published

Packages

No packages published

Languages