Description Usage Arguments Value Examples
Search Noun Project using a Term using Python authentication
1 2 | get_icon_by_term(term, num_of_imgs = 4, limit_to_public_domain = 1,
offset = 0)
|
term |
word for which you would like to search on Noun Project site |
num_of_imgs |
the number of images you would like to get (default = 4 ) |
limit_to_public_domain |
enter 0 for NO or 1 for YES (default YES) |
offset |
how many images would you like to skip (default 0) |
gives a list of image details including urls from which they can be accessed
1 2 3 4 | ## Not run:
get_icon_by_term("dog")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.