README.md

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")


seankross/neocities documentation built on May 29, 2019, 4:55 p.m.