Skip to content

seankross/neocities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neocities API in R

Make neocities.org part of your publishing workflow! Neocities allows users to have their own webpages with 20MB of basically whatever they want to upload! This library provides access to Neocities' REST API according to Hadley Wickham's best practices for wrapping an API.

Installation

# install.packages("devtools")
devtools::install_github("seankross/neocities")

Getting started

# Sign up for an account at neocities.org
library(neocities)

# upload a file
neocities_upload("~/Desktop/report.html")

# delete a file
neocities_delete("report.html")

# get info on a user
neocities_info(user="username")

About

😺 An R Package for the Neocities API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages